Mint Window and Glass Cleaner. Smudges don't stand a chance. Free from sulphates and ammonia, this plant-powered formula effortlessly wipes away fingerprints, dust, and marks, leaving glass streak-free and sparkling. Infused with the crisp, invigorating scent of mint, it brings a fresh burst of clean to your entire space. Naturally powerful, refreshingly clean.
/* 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;
}
}