Mixed Kalamata & green "Konservolia" olives, whole, with red chili, rosemary, marjoram packed in vacuum ("al naturale"): a spicy, hot recipe from the Greek tradition, combining the most typical ingredients of Mediterranean nutrition: olives, hot pepper, herbs, olive oil. A fermented food suitable for raw food and vegan nutrition.
/* 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;
}
}