Our classic Apple Bircher is adapted from the original recipe by Maximillian Bircher-Benner, a Swiss doctor and nutritionist. We've combined a selection of the ultimate organic and wheat free ingredients into our Bircher Muesli to create an irresistable and nutritionally balanced recipe. For the ultimate Swiss experience, the muesli should be soaked in apple juice and yogurt. Naturally sweet, creamy and delicious.
/* 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;
}
}