Urtekram Tune In Hand Wash is a refreshing hand wash that wraps your hands in the
appealing scent of calming, lovely lavender. Moisturizing, caring ingredients such as aloe vera help replenish and hydrate your skin. Certified organic by Ecocert, according to COSMOS Organic Standard, and with 100 % 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;
}
}