Fill in the (nutrient) blanks with Good Green Vitality. This nutritional superblend is carefully formulated to address all aspects of health. The synergistic effect of over 75 ingredients supports all of your body systems from digestion and immunity, to healthy ageing, stress management, energy, and cognition with one daily serve. Bottoms up.
/* 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;
}
}