Sun blushed before marinating in organic olive oil with a blend of classic Italian herbs to seal in their natural flavours and plumpness. These marinated tomatoes retain more of their moisture than sundried tomatoes as they are removed from the heat before fully drying. Perfect addition to antipasti selections, luscious pastas, and Mediterranean salads.
/* 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;
}
}