Biona Organic Wholegrain Mustard is a strong and hearty mustard made from the finest quality ingredients. Blending whole mustard grains with vinegar, water, sea salt, agave syrup and our unique blend of seasoning, this mustard is full of rich, wholesome flavour, natural fiery heat and a distinctive texture that can add a unique element to sauces and cooking.
/* 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;
}
}