This truly delicious dish is a nutritionally complete recipe, made with fresh chicken and turkey, brown rice, heaps of vegetables and fruits - apples, broccoli, peas and blueberries - and our unique blend of herbs.
Plus, we've added all the essential vitamins and minerals your pet needs for a truly healthy and nutritious diet. According to lovely feedback from our customers, dogs positively glow with health from eating this food!
/* 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;
}
}