@media(max-width: 1400px) {
    .banner-layer, .header-layer {
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
}

@media(max-width: 992px) {
    #logo img {
        height: 40px !important;
    }

    #header-wrap {
        padding: 15px 0;
    }
}