.simple-banner[data-v-798a4559] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    color: #fff;
    background-color: var(--ibe-brand-color);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

/*.simple-banner-large[data-v-798a4559] {*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    height: 500px;*/
/*    color: #fff;*/
/*    background-color: var(--ibe-brand-color);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: cover*/
/*}*/

/*@media (min-width: 1600px) {*/
/*    .simple-banner-large[data-v-798a4559] {*/
/*        height: 500px*/
/*    }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*    .simple-banner-large[data-v-798a4559] {*/
/*        height: 500px*/
/*    }*/
/*}*/

/*@media (max-width: 991px) {*/
/*    .simple-banner-large[data-v-798a4559] {*/
/*        height: 500px*/
/*    }*/
/*}*/

@media (max-width: 767px) {
    .simple-banner[data-v-798a4559] {
        height: 30vh;
        max-height: 220px;
        text-align: center;
        /*margin-top: 56px;*/
        color: #fff
    }
}