"Urtekram Tune In Hand Cream is a rich, nourishing hand cream that is easily absorbed
by the skin. Contains moisturizing, hydrating aloe vera, shea butter and natural oils to replenish your skin. Scented with calming, lovely lavender. 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;
}
}