Belvoir Organic Elderflower Presse is made with freshly picked organic
elderflowers from our orchards, fresh organic lemon juice and spring water
to make a delicate,scented and very refreshing drink.
No preservatives, flavourings or anything artificial.
Handmade on the farm.
A delicious alternative to alcohol, but also
makes a great mixer with gin and vodka.
/* 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;
}
}