Vitamin C plays a vital role in maintaining healthy teeth, gums, skin, connective tissue and bones. It also functions as an antioxidant and may help to maintain healthy cells and blood vessels. HealthAid Vitamin C is
specially formulated with Rosehip and Acerola to give a buffered tablet that does not irritate the stomach and is rapidly absorbed.
/* 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;
}
}