A firming night cream to intensely nourish and restore skin while you sleep with this nutrient-rich cream, formulated with pomegrate seed oil, maca root peptides, and olive leaf extract. Skin is refreshed and youthful looking, with a smoother texture, more luminous finish, and a reduced appearance of lines.
/* 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;
}
}