Our Organic Brown Rice Vermicelli is made using 100% wholegrain rice instead of the more commonly used white rice, which gives a firm texture and subtle nutty flavour. We have even cut our noodles shorter so that they are easier for you to prepare and enjoy.
A staple in South East Asian cuisine for centuries and great at absorbing the flavours, these versatile noodles are ready in just 3 minutes and perfect in Asian soups, stir-fries and even vermicelli puddings.
/* 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;
}
}