Bonne Maman Hazelnut Chocolate Spread is made with top-quality, natural ingredients, including 20% hazelnuts and no palm oil. Carefully selected and gently roasted, the hazelnuts are combined with cocoa to develop a wonderfully rich and luscious, velvety-smooth chocolate spread with subtle hints of hazelnuts.
/* 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;
}
}