Weleda presents its Calendula All Purpose Balm: a nourishing balm that instantly soothes and protects the exposed, very dry areas. Suitable from day one. The formula is composed of a delicate blend of 100% natural waxes and organic sunflower oil, enriched with extracts of organic calendula. ?
/* 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;
}
}