Ecozone's brand new Aloe Vera & Cucumber scented Anti-Bacterial Multi-Surface Wipes come in an easily re-sealable packet ensuring your biodegradable wipes will stay fresh and moist from the first to the last wipe. No need to use a dry cloth to finish up as these eco wipes have a fast-dry action formula, guaranteeing your surfaces are left clear, sparkling, sanitised and free from harmful bacteria. These sweet-smelling wipes are also 100% biodegradable.
/* 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;
}
}