Orgran Rice & Corn Macaroni 350g ORGRAN Rice & Corn Pasta is a high quality multi award winning pasta carefully produced from a combination of rice and sun ripened corn. It is naturally wheat and gluten & Diary
free and is also a delicious, versatile product that provides diverse nutrition over wheat pasta.
/* 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;
}
}