A calming composition, Soothing Facial Oil helps to harmonise aggravated skin, diminishing the appearance of redness, and delivering an abundance of hydration. With calming sandalwood, this facial oil contains a blend of healing avocado, balancing Ayurvedic shatavari and anti-ageing omega-rich organic sea buckthorn to hydrate and nourish sensitive skin.
/* 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;
}
}