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. They use the freshest and finest elderflowers to infuse this Elderflower Cordial with a fresh floral aroma that captures the essence of warm summer days.
/* 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;
}
}