Our Vimto Multivitamin Gummies are a delicious formulation of important vitamins and minerals, including vitamin D to support bone health, vitamin C to help maintain immune function and vitamin B6 which helps to reduce feelings of tiredness. These gummies also contain important additions to your physical health, including vitamin A to help maintain a healthy complexion and biotin to support the condition of our hair and skin.
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}