The MGP Nutrition Chocolate Performance Protein is the ideal powder to make a delicious shake to enjoy after your workout, as a meal replacement, or as a healthy on-the-go snack. With added vitamins and minerals, this plant-based complete formula tastes delicious and gives you everything you need to #FUELTOTHEMAX with absolutely no artificial colours or flavours. Packed with natural ingredients to aid recovery after strenuous exercise
/* 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;
}
}