/* Each meal card gets its own dedicated photography asset. */
.cards .card:nth-child(2) img{content:url('pulled-pork.png');object-position:center center}
.cards .card:nth-child(3) img{content:url('hot-dogs.png');object-position:center center}
