Let?s face it, we probably don?t get the recommended servings of fruits and vegetables each day that we need. And even if you do, how many extra grams of sugar does that add onto your diet? As healthy as we know you are trying to be, there?s always room for improvement. Take your micronutrient health just as intently as you do your macronutrient. GI Juice comes packed with a highly concentrated dose of 13 fruits and vegetables. This daily supplement will keep you feeling great and leaving you energized all day long. Drink GI Juice anytime you are thirsty to elevate the quality of your daily nutrition.
/* 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;
}
}