Biona Organic Rye Bread is made in a German bakery that uses traditional artisan skills - freshly grinding the grains just before baking to create loaves packed with the wholegrain goodness needed as part of a healthy diet. Chia seeds are rich in essential Omega 3 & 6 fatty acids, and also a good source of complete protein, antioxidants, calcium and fibre. As with all other Biona rye breads we only use sour dough, no added yeast.
/* 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;
}
}