Skin Food Ultra-Light Dry Oil - This ultra-light 2-phase spray combines the lightness of a moisturising mist with nourishing plant oils and extracts of pansy, organic calendula, organic rosemary and organic chamomile. It's easy to apply, non-greasy, and absorbs quickly. Skin is left feeling softer with instant radiant glow.
/* 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;
}
}