Ecozones Orange Blossom & Coconut Eco Washing Up Liquid goes a long way! Just a little squeeze on to a sponge creates a powerful foaming action that cuts through the toughest grease and grime while leaving everything sparkling. Working actively to remove dried-on food residues also, this bright and fruity-smelling formula is the perfect solution to getting your pots, pans, crockery and utensils back to their former glory.
/* 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;
}
}