The newest addition to the bestselling Rio Rosa Mosqueta range, made to protect your skin from harmful UVA during the day and nourish, hydrate and renew whilst you sleep - this certified organic formula will rejuvenate your skin day after day. Use this face cream together with Rio Rosa Mosqueta oil to fight premature ageing for naturally looking healthy 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;
}
}