Enjoy the true taste of Italy with our Biona Organic Green Pesto with fragrant Basil and Pine Kernels. Lovingly ground using only certified organic ingredients, this classic Mediterranean antipasti sauce is overflowing with rich, vibrant flavour. Use as a bruschetta spread for a sumptuous snack, or liven up dinner time by combining with our organic pasta.
/* 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;
}
}