This unique milk chocolate boasts a massive 51% cocoa. Sitting comfortably somewhere on the dark side of any milk chocolate planet, it will satisfy the most demanding chocolate lover. But beware, if you get hooked on this, you are well on your way to the dark side. You'll be eating Absolute Black next!
/* 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;
}
}