"Bursting with billions of gut loving live cultures, and a list of health benefits longer than the Mexican border.
Raise a glass to your digestive system, the health-enhancing hero under your poncho.
Adios sugary fizzy drinks, The Madre will take it from here. 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;
}
}