Make bath time naturally fun and foamy with ATTITUDE's baby leaves Hair & Body Wash. Designed for babies with odor and fragrance sensitivities, this ultra-gentle, natural and unscented cleansing formula is perfect for your little one's sensitive skin and scalp. Non-irritating, EWG VERIFIED and dermatologically-tested, this baby wash is made with natural, plant-based ingredients like soothing blueberry leaf extract. It will leave your baby feeling clean and smooth before bedtime!
/* 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;
}
}