.full-image-slide {
    position: relative;
    width: 100%;
}
@media all and (min-width: 768px) {
    .full-image-slide {
        height: 100vh;
        min-height: 700px;
        overflow: hidden;
    }
}
.full-image-slide .white-container {
    background-color: white;
    z-index: 2;
    display: none;
}
@media all and (min-width: 768px) {
    .full-image-slide .white-container {
        display: block;
    }
}
.full-image-slide .upper-layer {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 6.25rem;
}
@media all and (min-width: 768px) {
    .full-image-slide .upper-layer {
        position: absolute;
        width: 42.8%;
        height: 65%;
        top: 55%;
        left: 5%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        max-height: 452px;
        max-width: 448px;
        margin-bottom: 0;
        justify-content: center;
        opacity: 1;
        align-items: center;
        display: flex;
    }
}
@media all and (min-width: 1200px) {
    .full-image-slide .upper-layer {
        left: 111px;
        width: 31%;
        height: 72%;
        top: 58%;
    }
}
.full-image-slide .upper-layer:last-child {
    margin-bottom: 0;
}
.full-image-slide .slides-container {
    width: 100%;
}
@media all and (min-width: 768px) {
    .full-image-slide .slides-container {
        overflow: hidden;
    }
}
@media all and (max-width: 767px) and (orientation: portrait) {
    .full-image-slide .slides-container.largeBlock .slide-block {
        background-position: 50% 25%;
        background-size: 240%;
    }
}
@media all and (max-width: 767px) and (orientation: landscape) {
    .full-image-slide .slides-container.largeBlock .slide-block {
        background-position: left 20%;
    }
}
.full-image-slide .slides-container.largeBlock .upper-layer {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media all and (max-width: 767px) and (orientation: landscape) {
    .full-image-slide .slides-container.largeBlock .upper-layer {
        min-height: 60vh;
        height: auto;
    }
}
@media all and (min-width: 768px) {
    .full-image-slide .slides-container.largeBlock .upper-layer {
        height: 60%;
        max-height: 750px;
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .full-image-slide .slides-container.largeBlock .upper-layer {
        height: 60%;
        max-height: 520px;
    }
}
@media all and (min-width: 1200px) {
    .full-image-slide .slides-container.largeBlock .upper-layer {
        height: 72%;
        max-height: 520px;
        padding: 6.5vh 5vh;
    }
}
.full-image-slide .slide-block {
    position: relative;
    width: 100%;
    height: 50vh;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
@media all and (min-width: 768px) {
    .full-image-slide .slide-block {
        background-position: center;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    .full-image-slide .slide-block .black {
        opacity: 0;
        background-color: black;
        width: 100%;
        height: 100%;
    }
}
.full-image-slide .text-container {
    opacity: 1;
    padding: 8%;
}
@media all and (min-width: 768px) {
    .full-image-slide .text-container {
        z-index: 3;
        opacity: 0;
    }
}
@media all and (min-width: 1200px) {
    .full-image-slide .text-container {
        padding: 12vh 40px;
    }
}
.full-image-slide .text-container .text-content h4 {
    font-family: 'Basis Grotesque';
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 1.625rem;
    font-weight: 300;
}
@media all and (min-width: 1200px) {
    .full-image-slide .text-container .text-content h4 {
        font-size: 2.375rem;
        line-height: 2.875rem;
    }
}
@media all and (min-width: 768px) {
    .full-image-slide .text-container .text-content h4 {
        font-size: 1.875rem;
        line-height: 2.5rem;
    }
}
@media all and (min-width: 1200px) {
    .full-image-slide .text-container .text-content h4 {
        font-size: 48px;
        line-height: 48px;
        font-family: 'GS Sans Condensed';
        font-weight: 400;
        margin-bottom: 32px;
    }
}
.full-image-slide .text-container .text-content p {
    font-family: 'Basis Grotesque';
    line-height: 24px;
    color: black;
    font-size: 16px;
    margin: 0;
    width: 100%;
    font-weight: 400;
}
@media all and (min-width: 768px) {
    .full-image-slide .text-container .text-content p {
        font-size: 24px;
        line-height: 36px;
    }
}
.full-image-slide .text-container .text-content a.black-cta {
    color: #FFFFFF;
    background: #000000;
    letter-spacing: .125rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    padding: .75rem 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .875rem;
    line-height: 1.4;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0;
    white-space: nowrap;
    margin-top: 1.5625rem;
}
.full-image-slide .text-container .text-content a.black-cta:hover {
    color: white;
    background-color: black;
    opacity: .7;
}
@media all and (min-width: 992px) {
    .full-image-slide .text-container .text-content a.black-cta {
        display: inline;
    }
}
@media all and (min-width: 768px) {
    .full-image-slide .text-container .text-content a.black-cta {
        display: inline-block;
    }
}