Rejuvenating Day Cream is infused with White Hibiscus and Baobab to naturally plump, firm and hydrate skin, Pure Ribose works to visibly reduce the appearance of wrinkles (total area) by 78%, and Cocoa Butter, Goji Berry and Vitamin E soften and soothe dry skin, leaving skin smoother and more elastic after just 14 days.
/* 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;
}
}