Choco Drops Dark Bett'r are a perfect combination of organic cacao paste, cacao butter and coconut sugar. The 66% highest quality Peruvian cacao gives them an intensive taste and aroma. Vegan and sweetened with coconut sugar, Choco Drops dark are the perfect ingredient for cookies, muffins and other desserts.
/* 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;
}
}