Clearspring has made it simple and convenient to enjoy authentic Japanese Ramen when you're short on time, without compromising on flavour or quality. It brings together the finest Organic Japanese wheat noodles, with the umami-rich taste of miso and ginger soup. Clearspring Organic Japanese Miso Ramen is free from all artificial flavours, additives and preservatives, is 100% vegan and can be ready in just 4 minutes.
/* 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;
}
}