Discover the perfect breakfast companion - Rice-Based Organic Cereals with Cocoa by Turtle. These delicious crispy rice cereals with rich cocoa are organic, vegan and palm oil-free. Start your day with the pure goodness of natural ingredients, and treat yourself to a wholesome and chocolatey breakfast sensation. Turtle's commitment to quality and sustainability shines through in every bite. Try them and taste the difference today!
/* 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;
}
}