"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.
Off To The Beach is made with freshly prepared chicken, peanut butter, banana & mango. Fruity and meaty! Which trust us, if you're a dog, is the perfect combination!"
/* 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;
}
}