A fragrance-free Eye Cream forvisibly re-densified skin, this soothing, revitalising formula reduces deep wrinkles and diminishes dark circles and puffiness. The Collagen+ Active Complex increases the skin's collagen content for visibly sharper eye contours, whilst added organic Olive leaf extract protects and soothes. The eye and lip area looks smoothed and radiant, and skin is hydrated and immediately and intensively nourished.
/* 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;
}
}