Caulirice Mediterranean flavour, made with fresh Cauliflower grains. One of your 5 a day. Gluten Free, preservative Free and lower in calories than Rice Potatoes or Pasta. Packed in a perfectly portioned microwavable pouch and ready to serve in just two and a half minutes
/* 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;
}
}