Rediscover a radiant, even complexion with this vitamin-rich firming day cream, powered with pomegrante seed oil and maca root peptides. Formulated with elastin-boosting ingredients, this plushly-textured day cream works alongside your skin's natural renewal process to diminish the overall appearance of lines and leave skin feeling smooth and radiant
/* 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;
}
}