this fruity number is fragranced with juicy Mandarin and a hint of orange flower to give it that extra something. It's tough on grease and great for soaking off burnt-on stains while being gentle on the skin. Composed of 100% naturally-derived ingredients, it is also certified by the vegan society and cruelty free international. Could this be the perfect washup companion...
/* 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;
}
}