Ecozone non-bio laundry detergent has a sensational new fragrance and is tough on dirt but gentle on you. The plant based formula offers great cleaning at low temperatures, targeting stains and dirt to leave clothes brilliantly clean. The perfect complement to Ecozone Fabric Conditioner.
/* 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;
}
}