All the fun, all the deliciousness, none of the bad stuff. Our completely organic puffs are the perfect snack for hungry little ones. They're also very healthy - made with real, organic carrots with no added salt or sugar, so your little one can munch away on them without you worrying.
/* 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;
}
}