Lavera Natural and Refresh Deodorant Roll On provides 48 hour reliable protection for a fresh skin feeling. This natural and organic deodorant roll on is without any aluminium salts, is mild and gentle on sensitive skin and provides a fresh scent all day long, with an aroma of refreshing lime.
/* 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;
}
}