ring a delightful waft of plant-based natural fragrance into your home. Waft Lemongrass is one of our 98.5 percent organic signature aromatic air freshener blends. Waft Lemongrass has an uplifting fresh citrus aroma that helps to relieve anxiety and lift feelings. The stylish has a vibrantly coloured label that represent a burst of fragrance and will look stylish anywhere around your home.
/* 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;
}
}