In response to the rising popularity of antipasti, our grilled red peppers cater to the evolving tastes of UK consumers. These peppers capture the essence of the Mediterranean, delivering a burst of authentic flavours that transport consumers to the sun-soaked landscapes of the Cerignola region. Our red peppers cater to busy lifestyles by simplifying meal preparation, while upholding our exceptional quality and flavour standards.
/* 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;
}
}