The delicous fragrances of Plum and Mulberry combine to create a comforting fruity hand wash that will leave your hands soft and germ free! 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.
/* 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;
}
}