Our fragrance-free body wash has been formulated especially for those with sensitive skin. Dermatologically-tested, we've combined the soothing properties of calendula with Aloe vera, sunflower seed oil and calming ginger extract to help your skin feel replenished and gently cleansed without 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;
}
}