Premium Fruit Juice made direct from whole fresh apples, which are picked and pressed at the peak of the season. The blend includes the full flavour of English Cox Orange Pippin and Bramley apples with an infusion of elderflower to give a crisp & refreshing any time 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;
}
}