Monty Bojangles cocoa dusted Truffle Bites 100g Pouches with a hint of sea salt. New impulse snacking format with . Each 100g pouch contains 15+ truffle bites. Comes with a resealable strip for added freshness once opened and clip / euro hook slot built in for display purposes.
/* 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;
}
}