There is a world of difference between this award winning soya sauce and most of products in the market. It is the finest quality available produced by our artisan producer to a traditional recipe. It contains organic whole soya beans rather than soy isolates, and roasted whole wheat which are naturally fermented slowly in the cedarwood kegs.
/* 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;
}
}