Biona Organic Tomato Puree is made from rich, ripe & organically certified tomatoes and nothing else! Smooth in texture and deep in flavour, it is packed with concentrated goodness. A kitchen essential for cooks who have a penchant for pasta or Italian inspired dishes. A premium quality puree that is free from any additives, sugar or 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;
}
}