Hi loujonesdesign
On article detailed page, template overrides the masthead section and shows article's title there. Normally, we will retrieve image of article to show there also but with concept of this template, it will not look nice so it will display title only.
You can add this custom CSS to set background image for it:
.view-article.itemid-292 .t3-masthead .ja-masthead:after {
background-image: url('../images/myfeock/homepage/bg-decor2.png');
}
and change to your desired image.