Our flagship protein powder, Instant Whey Pro is popular for a reason. As a leaner source of protein to that used in 100% Whey, this product is lower in calories and thinner in texture making it the perfect balance of high in protein and low in fat & calories, and a great accompaniment for mixing into food
/* 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;
}
}