First Hand 75% alcohol hand sanitiser is made to the World Health Organisation's recommended formula for 'effectiveness against bacteria and virus'. Our unscented formula is proven to kill 99.9% of bacteria and comes in a 500ml pump bottle for easy application to hands in the store, office, or at home. Made in the UK in an EU GMPc facility.
/* 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;
}
}