"Treats don't have to be boring. Why let humans have all the fun food? Chew on the go or put your paws up and tuck in. However they're enjoyed, let our Chew Sticks entertain chew (we couldn't resist!). We've been told a solid 5 paws out of 5. You can thank us later.
This recipe is filled with real turkey, honey, sweet potato and Broccoli. Perfect for a picnic in the park... that last between 1-4 seconds. It's that good. "
/* 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;
}
}