A light, rehydrating, Face Serum made with organic Pomegranate seed oil, peptides from organic Peruvian Maca root, olive leaf extract and organic Aloe vera gel. It's formulated to energise cell activity and immediately rehydrate skin, improving skin elasticity and reducing lines and wrinkles -leaving skin visibly firmer in just 7 days, and feeling fresher and smoother. Ideal for times when skin would benefit from a little extra boost, layering under the Day or Night Cream
/* 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;
}
}