Experience a pump like never before with the all-new TOTAL WAR PUMP. Formulated with a potent blend of professional grade ingredients, our ultimate pump enhancing formula combines 6g L-citrulline, 3.2g Beta Alanine and 1g Hydromax to maximize muscle volume and endurance. Without caffeine or stimulants, TOTAL WAR PUMP also gives you the flexibility to workout any time of day or stack with your favorite energy product for even more intensity.
/* 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;
}
}