Daily moisturiser with UVA and UVB sun protection, Rich Moisturiser provides daily skin protection from the elements. The non-greasy formula, ideal for use under make-up, helps to balance the skin's natural moisture levels whilst shielding the skin from the premature ageing effects of sun damage.
/* 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;
}
}