Protecting skin naturally, ORGANii Nappy Cream cares for and nourishes sensitive skin while soothing unwanted redness.
Blended with calendula extract and sunflower seed oil to calm skin and create a protective barrier and zinc oxide to help heal irritated skin. The rich and effective formula is non-greasy and melts easily into skin, working against nappy rash and irritation.
/* 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;
}
}