Discover the light and crunchy goodness of our organic bean and rice cakes. These rice cakes deliver a delicious mild nutty flavour from our award winning brown jasmine rice combined with the red black-eyed bean puffed within, adding a delicious popcorn note and making this high in fibre and a great source of protein.
/* 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;
}
}