The lavera Basis Sensitiv Cleansing Milk has a lightweight, silky formula that will remove traces of make up, grease and dirt, leaving your skin clean, soft and refreshed. This everyday natural and organic facial cleanser is enriched with organic aloe vera and nourishing shea butter to protect the skin from drying out for optimum comfort and skin radiance. The nourishing formula is suitable for dry and sensitive skin types.
/* 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;
}
}