In 2000 I was inspired by a traditional Mexican recipe, which when taken with a good dose of courage and some fantastic organic chocolate produced one of our five original bars. Although we have played with our chilli grinding method to improve 'the surprise', this bar remains one of our most popular and most talked about! So if you're looking for something new with a kick, this is the one for you.
/* 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;
}
}