Feed your skin with our Turmeric Face Mask, an advanced formula to help revive skin's radiance and balance skin tone. With Kaolin clay to draw out impurities, and Papaya and Argan Oil to enhance the complexion and improve skin's texture, your skin will be left feeling supple, energised and conditioned.
/* 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;
}
}