Made with only the highest quality isolates, 100% Whey Isolate is the ideal post-workout shake. This ultra-fast digesting formula is specifically designed to ensure a fast and efficient delivery of protein to refuel your muscles, quicker than an ordinary whey concentrate blend. With only 87 calories, low fat and low sugar content, 100% Whey isolate is an excellent choice if you?re dieting or looking to lose weight whilst looking to increase lean muscle mass.
/* 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;
}
}