Conscious Skincare's Pure Lotion for Face, Hands and Body has been made for those with allergies and skin conditions such as eczema, dermatitis and psoriasis. This rich but readily absorbed lotion nourishes skin and leaves it feeling soft , soothed and smoothed. Can be applied as often as required. With organic shea, coconut and apricot kernel oils . EWG Verified (Environmental Working Group)
/* 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;
}
}