/* BANNER */
#banner {
}
    #banner .banner-wrap {
        position: relative;
        /*height: 0;
        padding-bottom: 43.75%;*/
        overflow: hidden;
    }
        #banner .banner-image {
            /*position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;*/
            /*width: 100%;
            height: calc(100vh - 295px);
            overflow: hidden;*/
        }
            /*#banner .banner-item img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }*/
        #banner .banner-slogan {
            position: absolute;
            top: 50%;
            right: 8%;
            left: 8%;
            transform: translateY(-50%);
            z-index: 2;
        }
            #banner .banner-slogan h1 {
                text-align: center;
                font-size: 72px;
                font-family: 'Futura LT Bold', sans-serif;
                line-height: 1.25;
            }
/* ###### */
/* RESPONSIVE */
@media (max-width: 1400px) {
    #banner .banner-slogan h1 {
        font-size: 60px;
    }
}
@media (max-width: 1200px) {
    #banner .banner-slogan h1 {
        font-size: 48px;
    }
}
@media (max-width: 820px) {
    #banner .banner-slogan h1 {
        font-size: 38px;
    }
}
@media (max-width: 600px) {
    #banner .banner-slogan h1 {
        font-size: 26px;
    }
}
/* ########## */