This floral number, fragranced with natural essential oils, smells divine, getting hands clean and germ-free in no time. At all. This fast-acting favourite is tested to BSEN1276 (food grade standard) - it neutralises 99.9% of harmful bacteria including E.coli, Salmonella and MRSA, while still being gentle on skin.
100% naturally derived
Plant based gentle formulations
Naturally scented with essential oils
No MIT, BIT, or MI
/* 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;
}
}