Fabulous new icognito citronella deodorant. 100% natural. Contains, for the first time ever, rare Java citronella, making this a highly effective body odour mask and an antibacterial; significantly reducing your attractiveness to all insects. Non-sticky with a fresh, citrus fragrance. incognito citronella deodorant is the first alum crystal to be infused with an essential oil.
/* 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;
}
}