Fine dark chocolate from Dominican Trinitario Cocoa blended with a fabulous Coffee from The Natural Coffee Co. Grown in Peru by the Cecovasa co-op on the edge of the Amazon Rainforest in the foothills of the Andes Mountains. The full medium roast gives a lovely "nutty" flavour .
/* 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;
}
}