lavera Natural and Invisible Deodorant Roll On provides 48 hour reliable protection without deodorant stains. This natural and organic deodorant roll on has a fresh floral aroma to keep you feeling fresh all day long. It is without any aluminium salts, is mild and gentle on sensitive skin and provides a fresh scent all day long
/* 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;
}
}