BCAA + Glutamine Xpress is Scitec?s excellent sugar free formula that will provide your body with optimal levels of amino acids with its huge 10g dose of BCAAs and Glutamine. Branched Chain Amino Acids help preserve muscle during intense training, whilst the added glutamine will keep the muscles well fuelled so you can train harder for longer. Reduce muscle soreness and fatigue by taking during or after exercise to kick-start the muscle recovery process. Increase your physical performance and endurance by making BCAA + Glutamine part of your daily routine.
/* 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;
}
}