Bring a little Italian Summertime to your meal with our Biona Organic Sun Dried Tomatoes in Extra Virgin Olive Oil. Our organically grown tomatoes are left to mature in the blazing Italian sunshine before being combined with virgin olive oil, giving them a lovely soft texture and full flavour. Work into salads, or add to pasta dishes and bruschetta.
/* 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;
}
}