We love to celebrate birthdays at Montezuma's, always with chocolate, chocolate and more chocolate, naturally! This collection boasts the best and most iconic of our truffles. From classic rich, dark chocolate to smooth and creamy salted dulce de leche caramel. Perfect for the birthday of any chocaholic out there!
/* 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;
}
}