"Pure organic rose otto is an uplifting and aromatic extract, acclaimed through the ages for its use in natural skin and hair care.
We combine this precious ingredient with a complex proprietary blend of bioactive, natural and organic ingredients, including Menyanthes Trifoliata (an aquatic plant clinically tested for its healthy-ageing properties).
The result is a richly aromatic cream that nourishes and moisturises effectively, leaving the skin hydrated, youthful and bursting with vitality."
/* 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;
}
}