.banner-15 *:not(.button) {
    color: var(--white) !important;
}
.banner-15 p.h5style {
    opacity: 0.7;
}
.banner-15 .image-16by9 {
    min-height: 600px;
    height: calc(100vh - 190px);
    padding-bottom: 0;
}
.banner-15 .image-16by9 img {
    object-position: center right;
}
.banner-15 .content-area h2.h5style {
    margin-bottom: 45px;
}
@media(max-width: 1399.98px) {
    .banner-15 .image-16by9 {
        min-height: 600px;
        max-height: 800px;
    }
}
@media(max-width: 1199.98px) {
    .banner-15 .image-16by9 { /* relative position nav height change of banner */
        height: calc(100vh - 120px);
        max-height: 600px;
    }
}


.banner-15 .container-fluid.banner-15-content {
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
}
.banner-15 .container.framed_mobile.framed_desktop,
.banner-15 .container.framed_mobile.framed_desktop .row {
    height: 100%;
}
.banner-15 .content-bottom {
    position: absolute;
    bottom: 60px;
}
.banner-15 .background-container {
    position: relative;
    background-color: white;
}
.banner-15 .background-container::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    bottom: 0;
    left: 0;
    opacity: 1;
    background: rgba(0,0,0,0);
}
.banner-15 .banner-15-content .container {
    height: 100%;
}
.banner-15 .flex_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.banner-15 .background-container {
    padding: 50px 0;
}

@media(max-width: 1599.98px) {
    #desktop_navigation .main_links a {
        font-size: 20px;
        margin-right: 25px;
    }
}


@media(max-width: 991.98px) {
    .banner-15 .image-16by9 { /* relative position nav height change of banner */
        height: calc(100vh - 150px);
    }
    .banner-15 .background-container {
        padding: 40px 40px;
    }
    .banner-15 .content-area h2.h5style {
        margin-bottom: 30px;
    }
}
@media(max-width: 768.98px) {
    .banner-15 .background-container {
        padding: 30px 30px;
    }
    .banner-15 .image-16by9 { /* relative position nav height change of banner */
        height: calc(100vh - 130px);
    }
}

@media(max-width: 575.98px){
    .banner-15 .flex_container {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .banner-15 .background-container {
        padding: 15px 15px;
    }
    .banner-15 .content-area {
        padding-bottom: 60px;
        padding-right: 30px;
    }
    .banner-15 .image-16by9 { /* relative position nav height change of banner */
        height: calc(100vh - 100px);
        min-height: 520px;
        max-height: 520px;
    }
    .banner-15 .background-container::after {
        background: rgba(0, 0, 0, 0.3);
        height: calc(100% - 30px);
        width: calc(100% - 30px);
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
}