Ecozone's Compostable Caddy Liners are 100% compostable. Designed to fit most household caddy liners, our bags are sturdy and will not rip or tear even when wet. Made from natural corn, maize and vegetable starches, the caddy liner is suitable for all compost systems including home compost.
/* 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;
}
}