Organic Tamari is made from organic soy beans and fermented in cedar casks for 2 years. A gluten free soy sauce it is perfect for coeliacs and those with a wheat intolerance. An intense and salty flavour, it's deal to use in everyday cooking recipes stir fries, dipping sauces, soups, stocks and salad dressings.
/* 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;
}
}