Beef ISO Plus is a sports nutrition product consisting of zero fat, zero sugar and zero dairy, featuring a high protein content of 90% derived from Beef Protein Isolate. This product is formulated to be a fast-absorbing, great tasting, easy-to-drink protein that s been meticulously designed to help in the assistance of muscle building and muscle recovery for weight training/bodybuilding enthusiasts, professional athletes, and general users who have a goal to simply increase their protein intake in a healthy, convenient manner.
/* 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;
}
}