Our award-winning Daily Multi-Vitamin is an advanced formula with 24 essential nutrients for all diet types. Using highly absorbable ingredients which are more effective, you feel the daily support for your energy, stronger immunity, healthier skin, hair and nails, improved digestion, mental performance and mood. A win-win for your health and our planet, it is 100% naturally sourced and plant-based.
/* 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;
}
}