Grown and handpicked in the Italian region of Cerignola, our succulent organic green olives are plump, and uniquely vibrant in colour. This product's versatility knows no bounds, elevating salads, pasta sauces, pizza toppings, and more. Preserved in brine, allowing for the olives to maintain their natural flavour and texture.
/* 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;
}
}