Liven up your salads with our Biona Organic Mayonnaise with Olive Oil. This smooth, creamy mayonnaise is created by carefully blending cold-pressed olive oil with organic, free range eggs selected from farms where animal welfare is a priority. The result is a delicious, ethical mayonnaise that's ideal to use as a dressing, sauce or spread.
/* 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;
}
}