ORGANii organic Scented Water keeps babies and children feeling and smelling fresh without exposing their skin to alcohol.
Containing organic extracts of mallow to soothe skin, organic calendula to calm, organic marshmallow to help to reduce skin irritations and cornflower to reduce redness, the skin-friendly formula is bottled with a spray top for easy application.
/* 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;
}
}