ATTITUDE's baby leaves 2-In-1 Natural Hair and Body Foaming Wash is crafted with natural ingredients like blueberry leaf extract to care for your baby's permeable and highly-absorbent skin. EWG VERIFIED and non-irritant, this light foaming formula is gentle enough to use every day and get him clean no matter what mess comes his way!
/* 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;
}
}