Made of herbal soaps. Environmentally friendly but tough and merciless on that greasy glass or baked on pan. Enriched with organic Radisch & Bergamot and delicious Radisch & Bergamot perfumes, so that doing dishes (we hardly dare to say it) really becomes a 'fragrant experience'.
/* 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;
}
}