Organic Choco Drops by Bett'r have a rich cocoa taste and light sweetness. The intensive aroma and taste of high-quality cocoa balance perfectly with hazelnuts and the delicate sweetness of erythritol. Choco Drops with Erythritol are with no added sugar, no animal products and are suitable for vegan and vegetarian recipes. They are a beautiful and delicious accent for your dessert
/* 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;
}
}