Bush Barn Farm is a family run farm just outside Robertsbridge in East Sussex. There founders Nick and Maria grow elder trees organically and harvest beautiful elderflowers and elderberries from which they make delicious cordials with only natural ingredients. The floral taste of their elderflowers combined with the sweet, mellow taste of fresh quince juice make this cordial a lovely summer 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;
}
}