Orgran vegetable Rice spirals pasta, Family size pack, Orgran Vegetable Rice Pasta is a quality product from our selection of highly nutritious alternative grains combining rice with a medley of vegetables. It is naturally wheat and gluten free and is also a delicious, versatile product that provides diverse nutrition over wheat pasta and is easier to digest. Available in Penne and Spirals.
/* 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;
}
}