Unlike other descalers, Ecozone coffee machine cleaner and descaler has a non-toxic formula that works with all machine brands and types.
The cleaner cuts through any limescale and coffee build up in the machine leaving you with a clean residue free machine. Our easy to use overnight formula cleans effectively leaving no taste or odour in your machine so you can enjoy great tasting coffee every time.
/* 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;
}
}