Virtue is a zero sugar & zero calories clean energy drink, super powered by yerba mate. Each can delivers 80mg of organic caffeine. Key energy source yerba mate is packed with antioxidants, plus essential vitamins & minerals. Virtue delivers a natural energy boost. Made with all natural ingredients, 100% organic energy and nothing artificial, Virtue is the feel good energy drink.
/* 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;
}
}