The Cheeky Panda's Plastic Free Pocket Tissues (14 Pack) offer a gentle and silky-smooth experience which will leave you wondering why you ever used tree-based tissues. Each pack of 10 Bamboo Tissues helps you to reduce your Carbon Footprint by 0.01kg and helps to prevent 1.5g of plastic from entering the waste cycle.
/* 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;
}
}