Jimmy's Original Iced Coffee. The absolute go to if you're looking for a straight up Iced Coffee, made with single-origin Rainforest Alliance coffee, semi-skimmed milk and just enough sugar to make it incredibly refreshing. 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;
}
}