Gently remove grease and grime and balance irregular dry and oily patches with uplifting yet balancing Ayurvedic ingredients. Aromatic flower, herb and spice essential oils combine to help enhance vitality, while moisturising, skin softening and vitamin-rich botanicals leave skin soft, supple and refreshed.
/* 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;
}
}