Lion's mane mushroom is a large, white mushroom that resembles a lion's mane as they grow. Lion's mane mushrooms are one of the most popular herbal supplements. Hericium erinaceus (lion's mane) extract has been used for thousands of years around the world. New Nordic only use the fruiting body of the Lion's Mane mushroom.
/* 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;
}
}