Unfragranced and dermatologically-tested, our nourishing baby moisturiser can provide up to 24 hour moisturisation support for baby's delicate skin. Formulated with the gentle properties of calendula plus a blend of botanical extracts including Aloe vera and echinacea, this kind and calming emollient can help to soothe and protect baby's 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;
}
}