10,000 IU from Fish Liver Oil
Necessary for Maintenance of Eye Health
Supports Healthy Immune Function
Vitamin A is essential for the maintenance of healthy epithelial tissue, which is found in the eyes, skin, respiratory system, GI and urinary tracts.
/* 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;
}
}
Choosing a selection results in a full page refresh.