Master Cafe Iced Coffee Mocha is aromatic and rich with subtle chocolatey notes, providing a strong caffeine kick and authentic flavour, with a sweet edge to perfectly satisfy those cravings. Mocha has a low dairy content (3.5%) yet retains a delicious and refreshing creaminess. Master Cafe Mocha does not use any artificial sweeteners, only a touch of natural cane sugar and at only 105 kcals per can, it is the perfect, guilt-free pick-me-up to be enjoyed everyday.
/* 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;
}
}