
#Banner19 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 10px;
    max-width: 750px;
    margin: 0 auto;
}

#Banner19 .banner-image {
    width: 120px;
}

#Banner19 .banner-image a {
    background: url(https://www.sefiles.net/merchant/1973/images/site/LVCWebsiteMobileLogo-120.png) center center no-repeat;
    background-size:120px;
    text-indent: -9999px;
    display:block;
    height: 90px;
}

#Banner19 .topbar {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    justify-content: flex-start;
    padding: 0;
}

#Banner19 .topbar .left {
    font-size: 14px;
    font-weight: 600;
    color: #132d42;
    padding-bottom: 5px;
}

@media screen and (min-width: 992px) {
    #Banner19 {
        display: block;
        padding:20px;
        max-width: 970px;
        margin: 0 auto;
    }
    #Banner19 .banner-image {
        width: 100%;
        
    }
    #Banner19 .banner-image a {
        background: url(https://www.sefiles.net/merchant/1973/images/site/LVCWebsiteBanner.png) center center no-repeat;
        background-size: contain;
        height: 120px;
    }
    #Banner19 .topbar {
        flex-direction: row;
    }
    #Banner19 .topbar .left {
        width: 50%;
        text-align: left;
    }
    #Banner19 .topbar .right {
        width: 50%;
        text-align: right;
    }
}

@media screen and (min-width: 1200px) {
    #Banner19 {
        max-width: 1170px;
    }
}