This fragrance-free, firming eye cream with antioxidant effect, made with organic Pomegranate seed oil and Maca root peptides, together with Pomegranate peel extract and Caffeine, to reduce fine lines and wrinkles, reduce puffiness, diminish dark circles, soothe and visibly firm 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;
}
}