Start your day with the nourishing power of Schar Wholesome Vitality - a gluten-free bread packed with ancient grains like quinoa and millet. Rich in fiber and full of natural goodness, this soft, hearty loaf supports a balanced diet without compromising on taste. Ideal for breakfast or sandwiches, it's a smart and satisfying choice for those seeking both health and flavor.
/* 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;
}
}