A natural and organic Cleansing Gel with a mild formula to effectively cleanse the skin, removing daily build up, grease and pollutant particles without drying the skin out. The mild cleansing formula with organic jojoba and organic aloe vera makes this Cleansing Gel suitable for normal and combination skin types, and will leave the skin feeling revitalised and fresh.
/* 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;
}
}