Jimmy's Mocha Iced Coffee. If you're new to Iced Coffee, then the Mocha could well be the one for you. Think of a refreshing chocolate milk with a sophisticated coffee undertone. Made with single-origin, Rainforest Alliance Coffee and Belgian chocolate, it's the treat of the Jimmy's family. If you enjoy geeking out on packaging, you'll love our resealable & endlessly recyclable 275ml BottleCan?.
/* 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;
}
}