Vibrant green in colour with a gentle flavour and tender texture, our Biona Organic French Beans are a great way to inject some extra nutrition into your favourite dish. Organically grown and preserved in water and sea salt to preserve their freshness, our French beans can be used in stews, salads, curries, risottos, and even your Sunday roast.
/* 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;
}
}