Vivo Life's Pre-Workout helps you naturally maximise your physical and mental performance. Scientifically proven to improve your athletic performance using beetroot powder to increase blood flow and reduce fatigue, nootropics to channel your energy and B vitamins supporting mental focus.
/* 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;
}
}