Built on a foundation of industry-leading research and innovation, Nitro-Tech 100% Whey Gold is expertly formulated to support your training, fitness and sports goals. Each serving delivers 24g of protein, providing your muscles with the growth and maintenance they need to perform at a high level.
/* 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;
}
}