Nova is a rewardingly smooth, delicious & restorative Recovery Protein super-shake, packed full of complete plant protein, blended for optimal Recovery with a 3:1 carbs:protein ratio. Made from freeze dried banana, rich cocoa, nature's purest electrolytes & Maca root - a natural adaptogen to restore balance & help combat the stress induced by vigorous 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;
}
}