A breakfast for young conservation champions! Our farmers grow a long grain jasmine rice variety known locally as phka rumdoul, voted as the best rice in the world. This brown jasmine puffed rice is light and crispy with surprising buttery notes and all the nutrition of the bran. It is completely natural with nothing added.
/* 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;
}
}