Stone-in green and black olives with garlic and herbs in brine. A mix of whole green and black Greek Olives. They are harvested by hand and preserved in brine with garlic and a blend of Greek inspired herbs. Firm meat texture, full soft flavour with a little tartness and peppery taste.
/* 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;
}
}