Fresh feet are only a spray away with the all new, 100% natural Foot Spray deodorant from Salt of the Earth. Containing skin-soothing aloe vera and cooling menthol, the unisex Spray offers long-lasting, effective protection from foot odour - perfect for those who spend a lot of time on their feet, as well as runners and gym aficionados. Suitable for vegetarians and vegans.
/* 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;
}
}