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