Our light and smooth Biona Sunflower Butter is perfect for everything from spreading on your morning toast to use as an ingredient in your favourite bakes. Our spread is made from sunflower oil, and has the added benefit of being non-hydrogenated and trans-fat free, making it a healthier option than many other spreads.
/* 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;
}
}