OTHERLY Plain Oatm*lk is a bar of plant-based chocolate with 43% cacao content made with fine flavour cocoa beans from Colombia and oat powder; this chocolate exposes exceptional roasted cacao notes and distinctive sweetness, that enhances delicate and authentic biscuity and cereal notes of oats, making this vegan chocolate an indulgent and creamy one-of-a-kind product.
/* 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;
}
}