Biona Organic Crunchy Peanut Butter is milled from small batches of freshly roasted certified organic peanuts, and a touch of sea salt - no sugar, palm fat or emulsifiers. With a satisfying mix of velvety consistency and chunky pieces of peanut, Biona Crunchy Peanut Butter is distinctive in texture, flavour and is a great source of protein.
/* 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;
}
}