Exceptionally tasty grain free dog-sized bar, packed with protein and bursting with goodness. Naturally tasty dog food that you, your pets and our planet can feel good about. Good food makes your mind, body and spirit feel amazing. Nothing beats fresh meat and simple ingredients, cooked and packed with nature in mind.
/* 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;
}
}