If you like a little heat, our Zingy Korean-Style Grains are for you. We've combined wheatberries, black barley and edamame beans with red pepper, and cooked them in a spicy gochujang style paste. Packed full of bold flavour, this pouch is guaranteed to get your taste buds going.
/* 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;
}
}