

#panorama {
    background-image: url(../img/homebanner-ae.png) !important;
    background-size: cover;
    background-repeat: repeat-x;
    margin-top: -1px;
    min-height: 400px;
    padding-bottom: 153px;
    margin-bottom: -115px;
    top: 45px;
    width: 100%;
}

body[data-market="1"] #panorama {
    background-image: url(../img/homebanner-ae.png) !important;
}

#panorama.highlight {
    background: #0a468f;
    border-bottom: 1px solid #e1dedb;
    box-shadow: -1px 5px 5px #0a468f inset, 0 2px 1px #f7f5f3;
    margin-bottom: 38px;
    min-height: 55px;
}

#panoramaPanel {
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    color:#fff;
}

#panoramaPanel>* {
    vertical-align: top;
}

.font-color {
    color: #fff !important;
    opacity: 1 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    #panorama {
        padding-bottom: 80px;
        width: 100vw;
    }

    #panoramaPanel {
        padding: 0 20px;
        width: 100vw;
    }

    .font-color {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .font-color {
        font-size: 1rem;
    }

    #img-banner {
        display: none;
    }
    #panorama {
        padding-bottom: 80px;
        width: 100vw;
    }

    #panoramaPanel {
        padding: 0 20px;
        width: 100vw;
        height: 350px!important;
    }
}