Our Extravits Wide Spectrum supplement was formulated for those looking to support their dietary intake of vitamins and minerals on a dialy basis. This one-a-day formulation provides you with a comprehensive combination of vitamins and a wide array of important minerals for your health and wellbeing.* Suitable for Vegetarians.
/* 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;
}
}