#lane-crawford-logo {
    margin-top: -10px;
    margin-bottom: 25px;
}
a.lane-crawford-logo__link:after {
    content: '';
    width: 100%;
    display: block;
    height: 120px;
    background-image: url(https://media.lanecrawford.com/feature/ss26_cny_logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
svg#lanecrawford-logo {
    display: none;
}
.site-header {
    max-width: none !important;
    background-color: white;
    background-image: url(https://media.lanecrawford.com/feature/ss26_hp_header.jpg);
    background-size: cover;
    background-position: center;

}
.iconbar {
    max-width: 1200px;
    margin: auto;
}

.navigation {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.black-bar-holder {
    max-width: none;
}

.iconbar__item-inner {
    background: none;
}

.lane-crawford-logo__link {
    position: relative;
}
@media screen and (max-width: 1200px) {
    header:before {
        background-size: contain;
    }
}
@media screen and (max-width: 767px) {
    .site-header {
        background: url(https://media.lanecrawford.com/feature/ss26_hp_header_m.jpg);
        background-size: cover;
    }
    .header-search {
        z-index: 20;
    }
    .black-bar-holder{
        z-index: 10;
    }
    a.lane-crawford-logo__link:after {
        height: 60px;
        background-size: cover;
    }
    #lane-crawford-logo {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}