This delicious sparkling lemonade contains only 3 calories per 100 ml, giving you an unmatched lemonade flavour without the need for added sugar. NATURAL FLAVOUR: Experience the unique and refreshing taste of Green Lemonade, made with natural juice and sweetener from the stevia plant. Your new favourite soft drink. NO NASTIES: Green Lemonade contains no aspartame and no phosphoric acid, all whilst achieving a traditional lemonade taste that you'll love
/* 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;
}
}