Cleanse the skin of impurities to help prevent breakouts and blemishes. Neem, rosemary, eucalyptus and tea tree oils known for their antibacterial and balancing qualities help protect the skin from potential external damage. A blend of peppermint, orange, and lemon oils uplift, invigorate and energise the skin and senses with a burst of zesty freshness.
/* 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;
}
}