Hi Mike-
One way that you could accomplish this is to make your header background transparent, so that the background images shows through it. Set an image as the background in Customize > Background, and then add this rule to your Custom Theme CSS in the Customize > Advanced > Custom JS & CSS menu:
.site-header { background-color: transparent !important; }