Clearly Fresh & Natural(tm) Stick Deodorants for Men (Crystal clear anti-oxidant formula) and Women (Exclusive combination of botanicals) contain baking soda and green tea with Vitamins E & C to neutralize and protect against perspiration. Does not contain aluminum chlorohydrate, alcohol, irritating chemical bactericides or animal by-products. Glides on smoothly; no sticky white residue or flaking. Unscented or lightly scented with botanical essential oils.
/* 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;
}
}