Fragranced with a fusion of over 15 natural botanical extract and oils, the lasting impression is a gorgeous lavender and vanilla fragrance that is fresh, floral and sweet - a great way to start off the day! Like the rest of the Salt of the Earth deodorant range Pure Aura is made from 100% natural ingredients including soothing aloe vera and antibacterial honeysuckle. MUST BE SNIFFED TO BE BELIEVED!
/* 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;
}
}