There's nothing complex about our Biona Pure Blueberry Juice. Blueberries are carefully chosen from organic farms, then immediately pressed into a simple, pure juice. No preservatives or additives - just the sweet, mellow flavour of this wonderfully nutritious fruit. Combine with water or juice for a revitalising drink, or enjoy as a tasty topping for muesli and desserts.
/* 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;
}
}