First choice for family health and vitality. Epresat Multivitamin is a liquid multivitamin supplement that provides essential vitamins A, B complex, C, D and E for maintaining good health and vitality. Taken once a day, fruity tasting Salus Epresat Multivitamin is easily absorbed, convenient and economical. Ideal for all family members and 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;
}
}