3 ply, 56 sheets luxury facial tissue made from 100% natural sustainable bamboo. Bamboo is naturally anti-bacterial, anti-fungal, odour resistant and hypoallergenic. It's great for sensitive skin and proven to aid eczema and hay fever relief. Unlike recycled tissue, The Cheeky Panda range is free from de-inking chemicals and B.P.A. Fragrance free.
/* 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;
}
}