This Whole Kalamata Olives are rich, smoky, fruity with a unique and distinct flavour. They are harvested by hand when they're fully mature and black. Perfect for snacking straight from the jar or serving alongside cheese and charcuterie on a platter. They can also be chopped and tossed into salads, pasta sauces, or savory bread dough for added flavor 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;
}
}