Nutramino Protein Chocolate is a brand new innovative formula, with creamy milk chocolate and crunchy protein crispies, for the perfect balance of taste and texture. A great snack after exercise or protein-rich snack on the go, this delicious bar contains 15 g of high quality protein, and no added sugar. ^Per bar *Contains naturally occurring sugars in the chocolate content.
/* 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;
}
}
/* 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;
}
}