Urtekram Rosemary Spray Conditioner leave in with diglycerin and coco-caprylate nourishes and moisturize fine hair. Helps detangle strands and keep hair smooth. Spray and leave in dry as well as wet hair and do not rinse. SHAKE BEFORE USE. Certified by Ecocert Cosmos Organic, vegan and of natural origin.
/* 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;
}
}