/*.header-wrap-top {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: .3s all ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: all .3s ease-in-out;
    background-color: #fff;
    width: 100%;
    height: 60px
}*/

/*@media (min-width: 1024.1px) {
    .header-wrap-top {
        background-image: url('/Data/Sites/1/media/effect/bannerheader.jpg'); 
        background-size: cover; 
        background-position: center;
        height: 60px;
        width: 100%;
    }
}*/