Hi Dave
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
@media only screen and (max-width: 959px) {
#header {
height: auto !important;
padding-bottom: 50%;
}}
Ciaran