We've combined the soothing and gentle properties of calendula with Aloe vera, echinacea and calming ginger extract in this intensive moisturiser. Fragrance-free and dermatologically-tested, this nourishing emollient provides up to 24-hour moisturisation for naturally soft, hydrated and replenished 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;
}
}