Shorten tumble drying time and save electricity with Ecozone 3 in 1 Dryer Cubes. Their specially designed nodes cleverly lift and separate clothes so air whooshes around more easily and dries them faster.
Say goodbye to fabric conditioner - those little nodes relax fibres, softening clothes without using nasty chemicals. That's not all. Ecozone Dryer Cubes smooth out creases and wrinkles, so ironing's a doddle.
/* 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;
}
}