Zero waste, Home-Compostable & Biodegradable Dog Poo Bags made from non-genetically modified cornstarch. Thick, strong, leak proof, easy to open, non handle, UK soured FCS kerb recyclable Packaging, helping to clean up our oceans and take care of wildlife by supporting 1 percent for the planet.
/* 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;
}
}