Formulated to deliver an easy drinking experience combined with a true taste sensation. Offering a source of the key electrolyte s sodium, calcium, potassium, chloride, zinc and magnesium, along with B-vitamins and antioxidants to hydrate and fuel your intense workout sessions
/* 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;
}
}