.custom-invisible-wrapper.top-banner-wrapper, .custom-invisible-wrapper.bottom-banner-wrapper{
    min-height:300px;
    box-sizing: border-box;
}
.custom-invisible-wrapper .banner-text{
    padding-bottom:60px;
    font-size: 18px;
    line-height: 28px;
}
.custom-invisible-wrapper .banner-btn{
    background-color: rgba(255,255,255,0.1);
    font-size:16px;
    line-height: 26px;
}
.custom-invisible-wrapper{
    display:flex;
    align-items: center;
    position:relative;
    padding: 100px 0px 60px 0px;
}
.custom-invisible-wrapper.top-banner-wrapper{
    margin-top: 10% !important;
    margin-bottom: 0px;
}
.custom-invisible-wrapper .box {
    margin-bottom:0px !important;
    /*position:unset !important;*/
    height:100%;
}
.custom-invisible-wrapper .box:before{
    padding-top:108% !important;
}
.custom-invisible-wrapper .img-container{
    position: absolute;
    z-index: 3;
    max-width: 50%;
    min-width: 50%;
    height: 120%;
}
.bottom-banner-wrapper .bottom-banner {
    text-align: center;
}

.banner-quote{
    font-size: 22px;
    line-height: 38px;
    font-family: "Merriweather", "Georgia", serif;
    padding-bottom:20px;
    text-align: center;
}
.quote-author{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 20px;
    padding-bottom:50px;
    text-align: center;
    text-transform: uppercase;
}
.top-img-container{
    left:50%;
    bottom:0;
    top:-20%;
}
.bottom-img-container{
    top:0;
    left:0;
}
.custom-invisible-wrapper .content-container{
    z-index: 2;
}
.custom-invisible-wrapper .content-container * {
    color:#ffffff;
}
.custom-invisible-wrapper .content-container h2, .custom-banner-spacer h2 {
    margin-top: 0px;
    margin-bottom: 30px;
}
.custom-invisible-wrapper .content-container a {
    text-decoration: none;
}
.custom-banner-spacer{
    position: absolute;
    margin-left: calc((-100vw + 100%)/2);
    width: 100vw;
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 60px;
    bottom:0;
}
.custom-banner-spacer * {
    visibility: hidden;
}
.custom-invisible-wrapper .tablet-view{
    display:none;
}
.mobile-view{
    display:none;
}
.bottom-banner {
    text-align:center;
}
.top-banner-spacer{
    padding-left:calc((100vw - 100%)/2 );
    padding-right:calc((100vw - 100%)/2 + 60%);
    left:0;
}
.bottom-banner-spacer{
    padding-left:calc((100vw - 100%)/2 + 60%);
    padding-right:calc((100vw - 100%)/2 );
    left:0;
}
.bottom-banner-wrapper{
    margin-top:0px !important;
    margin-bottom:10%;
}
.custom-invisible-wrapper .content-container:hover button {
    background-color: rgba(255, 255, 255, 0.15);
}
@media (min-width: 768px) and (max-width: 979px) {
    .custom-invisible-wrapper {
        padding: 40px 0px;
    }
    .custom-invisible-wrapper.bottom-banner-wrapper{
        margin-bottom:80px;
    }
    .custom-invisible-wrapper .content-container h2, .custom-banner-spacer h2 {
        font-size: 28px;
        line-height: 38px;
        text-align: left;
        margin-bottom: 20px;
    }
   .custom-invisible-wrapper .banner-text {
        font-size: 16px;
        padding-bottom: 20px;
        text-align: left;
        line-height: 25px;
    }
    .custom-invisible-wrapper .content-container a {
        font-size: 16px;
        text-decoration: none;
        display: inline-block;
        width: 100%;
        font-weight: 600;
        line-height: 26px;
    }
    .custom-banner-spacer {
        padding-top: 40px;
        padding-bottom: 40px;
        top:0;
    }
    .banner-quote{
        font-size: 14px;
        font-weight: 300;
        line-height: 25px;
    }
    .custom-invisible-wrapper .img-container {
        max-width: calc(100% / 12 * 5);
        min-width: calc(100% / 12 * 5);
    }
    .custom-invisible-wrapper .desktop-view{
        display:none;
    }
    .top-banner-spacer{
        padding-left: calc((100vw - 100%)/2 + 8% );
        padding-right: calc((100vw - 100%)/2 + 52%);
    }
    .custom-invisible-wrapper .content-container.tablet-view{
        min-height:25vw;
    }
    .top-banner-wrapper .content-container.tablet-view {
        display: block;
        margin-left: 8%;
    }
    .top-banner-wrapper .img-container{
        margin-left:0;
    }
    .bottom-banner-wrapper .content-container.tablet-view{
        display:block;
        margin-left:51.5% !important;
        text-align: center;
    }
    .bottom-img-container{
        left:calc(100% / 12);
    }
    .invisible-wrapper .box:before{
        padding-top:100% !important;
    }
    .bottom-banner-spacer{
        padding-left: calc((100vw - 100%)/2 + 53%);
        padding-right: calc((100vw - 100%)/2 + 7%);
    }
    .quote-author{
        padding-bottom:30px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.8px;
        line-height: 20px;
    }
}
@media (max-width: 767px) {
    .custom-invisible-wrapper {
        margin-left: calc((-100vw + 100%) /2);
        width: 100vw;
        padding: 0px;
        margin-top:0px !important;
        margin-bottom:0px;
        display: block;
        box-sizing:border-box;
        z-index: 2;
        margin-top:-40px !important;
    }
    .custom-invisible-wrapper.content-container * {
        color:#ffffff;
    }
    .top-mobile-banner{
        padding-bottom:65% !important;
    }
    .bottom-img-wrapper{
        margin-top:-60% !important;
    }
    .custom-invisible-wrapper.content-container{
        padding:80px 40px 40px 40px;
    }
    .custom-invisible-wrapper.content-container.bottom-mobile-banner *{
        color: inherit;
    }
    .custom-invisible-wrapper.content-container h2, .custom-banner-spacer h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }
   .custom-invisible-wrapper .banner-text {
        font-size: 15px;
        padding-bottom: 24px;
        line-height: 24px;
    }
    .custom-invisible-wrapper.content-container a {
        font-size: 16px;
        text-decoration: none;
        display: inline-block;
        width: 100%;
        font-weight: 600;
    }
    .custom-invisible-wrapper.top-mobile-banner button:hover {
        background-color: rgba(255, 255, 255, 0.15);
    }
    .custom-banner-spacer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .custom-invisible-wrapper .desktop-view{
        display:none;
    }
    .custom-invisible-wrapper .tablet-view{
        display:block;
    }
    .banner-img-wrapper{
        z-index:3;
        width:calc(100% - 40px) !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom:0px !important;
    }
    .custom-invisible-wrapper .box{
        margin-bottom:0px !important;
    }
    .non-mobile{
        display:none;
    }
    .mobile-view{
        display:block;
    }
    .banner-quote{
        font-size: 14px;
        line-height: 28px;
    }
    .quote-author{
        padding-bottom:20px;
    }
    .banner-quote, .quote-author{
        text-align: center;
    }
    .quote-author{
        color: #9B9B9B !important;
    }
    .custom-invisible-wrapper{
        text-align: center;
    }
}