/* Remove width restriction on logo area */
.pkp_site_name {
    width: 100% !important;
    max-width: 1200px !important;
}

/* Make banner large */
.pkp_site_name .is_img img {
    width: 1000px !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
}

/* Move menu below banner */
.pkp_navigation_primary_wrapper {
    clear: both;
}