Say hola to the original Mexican refresher! AGUA FRESCA is made with crushed whole lemon, ginger, and live cultures. Let's raise a glass to your digestive system, the health enhancing hero under your poncho.
If you want to have a glow, go with your gut and trust the Madre knows best.
/* 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;
}
}