Ecozone's Multi-purpose Appliance Descaler is a great overall, fast-acting product to rid limescale from a number of appliances, across the home. Its non-toxic formula is designed to work with all machine brands and types and can be used for kettles, coffee machines, food steamers, fabric steamers etc. The solution helps maintain your appliances and helps to keep them performing at their best.
/* 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;
}
}