This scrumptious complete wet food for dogs is made with freshly prepared cuts of lamb, organic brown rice, and lots of vegetables and fruits including squash, broccoli and blueberries. The recipe includes our unique blend of herbs to help provide optimum health benefits for your dog.
/* 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;
}
}