HydroEAA. Your complete hydration & EAA formula. Featuring a comprehensive electrolyte profile, taurine and 10g of leucine loaded essential amino acids to optimise hydration, enhance performance and improve recovery. Athlete approved & backed by science. HydroEAA - Hydrate. Dominate.
/* 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;
}
}