These organic tomatoes are chosen for their sun-ripened goodness. They are simply chopped, mixed with fresh basil and then marinated in a rich tomato juice. All our tomatoes are grown on farms selected for their premium organic crops and their sustainable farming methods. They are also a good source of antioxidant nutrients vitamins A & C and lycopene. No added salt.
/* 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;
}
}