Make Up Melt by Conscious Skincare is a multi award-winning oil make up remover which gently melts make up and cleanses pores as it is wiped away. With organic sesame and castor oils blended with myrtle, rosemary and lavender to refine pores and cleanse skin. Vegan and Cruelty Free, suitable for all 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;
}
}