Bring a little Asian-inspired heat to your food with our Biona Organic Wasabi-Style Horseradish Paste. Whether you're enjoying as a classic wasabi sauce with a plate of fresh sushi, or using as a salad dressing or fiery dip, this organic condiment is the perfect way to add some spice to mealtimes.
/* 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;
}
}