Boasting a mellow flavour and plenty of protein, with no added sugar or salt, Biona organic black beans are a whole and hearty pulse that boosts your cooking. With a firm and satisfying texture and a subtle nuttiness, these beans are perfect into vegetarian lasagnes, spicy chillis or scatter over salad bowls.
/* 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;
}
}