.video-hero-parallax {
    width: 100%;
    height: calc(100vh - 50px);
    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;
    overflow: hidden;
    line-height: normal;
    position: relative;
}
@media all and (min-width: 768px) {
    .video-hero-parallax {
        background-image: none;
        position: relative;
        width: auto;
    }
}
@media all and (min-width: 1200px) {
    .video-hero-parallax {
        height: calc( 100vh - 133px);
        display: block;
    }
}
.video-hero-parallax__lockup {
    width: 100%;
    display: block;
}
@media all and (min-width: 768px) {
    .video-hero-parallax__lockup {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
.video-hero-parallax__background-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.video-hero-parallax__background-wrapper video {
    display: none;
}
@media all and (min-width: 768px) {
    .video-hero-parallax__background-wrapper video {
        display: inline-block;
        -o-object-fit: cover;
           object-fit: cover;
        height: 100vh;
        width: 100%;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .video-hero-parallax__background-wrapper {
        -webkit-transform: scale(2);
                transform: scale(2);
    }
}
.video-hero-parallax__img-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media all and (min-width: 768px) {
    .video-hero-parallax__img-wrapper {
        height: 100%;
        position: absolute;
        top: 0;
    }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), all and (min-width: 768px) and (-ms-high-contrast: active) {
    .video-hero-parallax__img-wrapper {
        left: 0;
    }
}
.video-hero-parallax__img-wrapper img {
    width: 260px;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
    will-change: opacity, transform;
    -webkit-transition: opacity .7s cubic-bezier(.445, .05, .55, .95), -webkit-transform .7s cubic-bezier(.445, .05, .55, .95);
            transition: opacity .7s cubic-bezier(.445, .05, .55, .95), -webkit-transform .7s cubic-bezier(.445, .05, .55, .95);
            transition: opacity .7s cubic-bezier(.445, .05, .55, .95), transform .7s cubic-bezier(.445, .05, .55, .95);
            transition: opacity .7s cubic-bezier(.445, .05, .55, .95), transform .7s cubic-bezier(.445, .05, .55, .95), -webkit-transform .7s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
}
@media all and (min-width: 768px) {
    .video-hero-parallax__img-wrapper img {
        width: 376px;
    }
}
@media all and (min-width: 1200px) and (min-height: 700px) {
    .video-hero-parallax__img-wrapper img {
        width: 544px;
    }
}
.video-hero-parallax__img-wrapper img.slideIn {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
@media all and (min-width: 992px) {
    .video-hero-parallax__copy {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        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-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .video-hero-parallax__copy {
        left: 10%;
    }
}
.video-hero-parallax__copy__element-wrapper {
    max-width: 300px;
    margin-top: -25px;
    padding-left: 20px;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
    will-change: opacity, transform;
    -webkit-transition: opacity 1s cubic-bezier(.445, .05, .55, .95), -webkit-transform 1s cubic-bezier(.445, .05, .55, .95);
            transition: opacity 1s cubic-bezier(.445, .05, .55, .95), -webkit-transform 1s cubic-bezier(.445, .05, .55, .95);
            transition: opacity 1s cubic-bezier(.445, .05, .55, .95), transform 1s cubic-bezier(.445, .05, .55, .95);
            transition: opacity 1s cubic-bezier(.445, .05, .55, .95), transform 1s cubic-bezier(.445, .05, .55, .95), -webkit-transform 1s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
}
.video-hero-parallax__copy__element-wrapper.slideIn {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
@media all and (min-width: 992px) {
    .video-hero-parallax__copy__element-wrapper {
        margin-top: 0;
    }
}
.video-hero-parallax__copy__element-wrapper > h2 {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
}
.video-hero-parallax__copy__element-wrapper > h2, .video-hero-parallax__copy__element-wrapper .secondHeader > h2, .video-hero-parallax__copy__element-wrapper p {
    color: #FFFFFF;
}
.video-hero-parallax__copy__element-wrapper > h2.oblique, .video-hero-parallax__copy__element-wrapper p.oblique {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
}
.title-sabonroman .video-hero-parallax__copy__element-wrapper > h2.oblique, .title-sabonroman .video-hero-parallax__copy__element-wrapper .secondHeader > h2.oblique, .title-sabonroman .video-hero-parallax__copy__element-wrapper p.oblique {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .video-hero-parallax__copy__element-wrapper > h2.oblique, .video-hero-parallax__copy__element-wrapper .secondHeader > h2.oblique, .video-hero-parallax__copy__element-wrapper p.oblique {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
}
.video-hero-parallax__copy__element-wrapper > h2, .video-hero-parallax__copy__element-wrapper .secondHeader > h2 {
    font-family: 'GS Serif';
    font-size: 65px;
    line-height: 65px;
    font-weight: 300;
    margin: 0;
}
@media all and (min-width: 768px) {
    .video-hero-parallax__copy__element-wrapper > h2, .video-hero-parallax__copy__element-wrapper .secondHeader > h2 {
        font-size: 128px;
        line-height: 128px;
    }
}
.video-hero-parallax__copy__element-wrapper .secondHeader {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.video-hero-parallax__copy__element-wrapper .secondHeader > h2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .video-hero-parallax__copy__element-wrapper .secondHeader > h2 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
    }
}
.video-hero-parallax__copy__element-wrapper .secondHeader > span {
    display: none;
    height: 2px;
    background-color: white;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
    margin-left: 1rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .video-hero-parallax__copy__element-wrapper .secondHeader > span {
        margin-left: 3rem;
        margin-right: 3rem;
    }
}
@media all and (min-width: 768px) {
    .video-hero-parallax__copy__element-wrapper .secondHeader {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .video-hero-parallax__copy__element-wrapper .secondHeader > h2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0;
            -ms-flex: 0;
                flex: 0;
    }
    .video-hero-parallax__copy__element-wrapper .secondHeader > span {
        -webkit-box-flex: .5;
        -webkit-flex: .5;
            -ms-flex: .5;
                flex: .5;
    }
}
.video-hero-parallax__copy__element-wrapper > p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 58px;
}
/*@media all and (min-width: 768px) {*/
    /*.video-hero-parallax__copy__element-wrapper > p {*/
        /*font-size: 32px;*/
    /*}*/
/*}*/
@media all and (min-width: 768px) {
    .video-hero-parallax__copy__element-wrapper > p {
        margin-top: 32px;
    }
    .video-hero-parallax__copy__element-wrapper {
        max-width: 545px;
        padding-top: 45%;
        padding-left: 5.08%;
    }
}
@media all and (min-width: 992px) {
    .video-hero-parallax__copy__element-wrapper {
        max-width: 1000px;
        padding-top: 0%;
        padding-left: 9.8%;
    }
}
.video-hero-parallax__down-arrow {
    display: none;
}
@media all and (min-width: 1200px) {
    .video-hero-parallax__down-arrow {
        cursor: pointer;
        cursor: -webkit-grab;
        cursor:         grab;
        position: absolute;
        bottom: 15px;
        display: block;
        height: 2rem;
        padding: 0 2rem;
        width: 100%;
    }
    .video-hero-parallax__down-arrow img {
        display: block;
        margin: 0 auto;
    }
}

/* @media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .video-hero__copy {
        position: absolute;
        bottom: rem(50);
        max-width: 100%;
        padding-bottom: 0;
        left: 0;

        @media all and (min-width: $tablet-portrait) {
            top: 50%;
            left: 50%;
            bottom: auto;
            transform: translate(-50%, -50%);
        }
    }
} */
