Sanchi Hatcho Miso is made from soya beans without cereal grains, the ancient process includes a full 2 year ageing in cedarwood kegs, with a huge pile of rocks on top to create pressure. Hatcho Miso is the most savoury tasting miso and especially suitable for long cooking and a base for Miso Soup.
/* 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;
}
}