Lime & Aloe Vera: a refreshingly fruity, fabulous combination, we think you'll agree. It doesn't just smell good enough to eat-it's also 100% hypoallergenic, so it's ultra-gentle on skin.
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;
}
}