These organic Greek Konservoelia olives have a firm, crisp texture and exude a wonderful spicy flavour. Harvested by hand, these green table olives are naturally cured for 6 months and seasoned with MANI extra virgin olive oil, salt and aromatic oregano then vacuum packed in the jar.
/* 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;
}
}