.UIBannerControl {
        margin: 0 auto;
}
.banner-wrapper {
        position: relative;
        display: inline-block;
}
.banner {
        width: 100%;
        height: auto;
}
.logo {
        position: absolute;
        top: 15px;
        left: 100px;
        z-index: 1;
        width: 100%;
        max-width: 140px;
        height: auto;
}
@media only screen and (max-width: 768px){
        div.UIBannerControl>img {
                width: 25vw !important;
                top: -21vw;
        }
        .logo{
                width: 60px !important;
                top: 0;
                left: 30px;
        }

}
