Carbonated Energy Drink with Taurine, Ginseng, Caffeine, L-Carnitine and B Vitamins with Sweeteners. Tear into a can of Monster Energy, the meanest energy drink on the planet. It's the ideal combo of the right ingredients in the right proportion to get the job done like only Monster can.Carbonated Energy Drink with CaffeineGinseng and B VitaminsContains sugars and sweetenersServe cold for maximum refreshment.Store in a cool and dry placePlease recycle.
/* 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;
}
}