Made of herbal soaps. Environmentally friendly but tough and merciless on that greasy glass or baked on pan. Enriched with Basil and Vetiver Grass oils and delicious Basil & JVetiver Grass perfumes, so that doing dishes (we hardly dare to say it) really becomes a 'fragrant experience'. And while you're being absorbed by that intense experience, the skin on your hands is being cared for by the enriching ingredients. Do you know what? I can't wait until when there are dishes to be done again.
/* 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;
}
}