Powered by vitamins, Zinc, and live bacteria cultures
Indulge in the superfood goodness of GreenVita, a blend of 22 fruits, vegetables, herbs, mushrooms, and essential vitamins supporting everyday health.
- Boosted with vitamins, Zinc, and live bacteria cultures for overall health
- Supports a normal functioning immune system, healthy bones, teeth, and muscle function
- Promotes healthy hair, nails, and skin
/* 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;
}
}