EAA + Glutamine Xpress provides the body with crucial essential amino acids and glutamine making it the ideal intra-workout formula. One serving contains 4g BCAAs and a 2g dosage of L-Glutamine to support muscle replenishment and growth before, during and after exercise. Try EAA + Glutamine in four fruity flavours to refuel during your workouts and help speed up muscle recovery. Improve your endurance and maximise your workout potential with this vegan friendly formula. EAA + Glutamine also contains zero sugar and zero carbs.
/* 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;
}
}