Hi Axel
To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
@media only screen and (max-width: 767px) {
#container_header .wrapper960, #header {
height: 250px !important;
}
#logo {
top: 0;
}}
@media only screen and (max-width: 440px) {
#container_header .wrapper960, #header {
height: 200px !important;
}}
Ciarán