.background-image-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.js_fallback-cover {
    pointer-events: none;
}

.video-home-container {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    width: calc(100% - 30px);
    margin: 0 15px;
    margin-bottom: 50px;
}

.video-home-container iframe, .video-home__frame {
    width: 150%;
    height: 100%;
    margin-bottom: 15px;
    pointer-events: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.video-home-title,
.home .video-home-title {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-style: normal;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    z-index: 100;
    font-size: 18px;
    margin-bottom: 50px !important;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.home .video-home-copy,
.video-home-copy {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .1em;
    margin: 0;
    color: #000;
    text-decoration: none;
}

.video-home-title--center,
.home .video-home-title--center {
    text-align: center;
}

.video-home-title--right,
.home .video-home-title--right {
    text-align: right;
}

.video-home-title__decoration,
.home .video-home-title__decoration {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.video-home-title__decoration--right,
.home .video-home-title__decoration--right {
    right: -15px;
}

.video-home-title__decoration--left,
.home .video-home-title__decoration--left {
    left: -15px;
}

.video-home-title__decoration .video-home-title-dec-inner {
    height: 91px;
    fill: #000;
}

.video-home-title__text,
.home .video-home-title__text {
    position: relative;
    margin-right: -1%;
}

.video-home-title__hash,
.home .video-home-title__hash {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 160%;
    line-height: normal;
    transform: translateY(-80%);
}

.video-home-title__offset,
.home .video-home-title__offset {
    transform: translateY(-20%);
    margin-left: -1%;
}

.video-home-title__text,
.home .video-home-title__text,
.video-home-title__offset,
.home .video-home-title__offset {
    display: inline-block;
}

.video-home-title-container,
.home .video-home-title-container {
    padding-right: 30px;
}

.video-home-title--small,
.home .video-home-title--small {
    font-size: 12.5px;
}

.video-home-title--small .video-home-title__decoration .video-home-title-dec-inner {
    height: 50px;
}

.video-home-copy {
    color: #fff;
    line-height: 30px;
}

.video-home-title-offset:hover, .video-home-title-offset:focus {
    color: #fff;
    text-decoration: none;
}

.video-home-title-offset span {
    transform: translateY(-25%);
}

.video-home-title-offset span {
    display: inline-block;
}

.video-home-title-offset span.video-home-span-offset {
    vertical-align: initial;
    transform: none;
}

.landing-logo {
    display: block;
    max-width: 100%;
    height: auto;
    fill: #000;
}

.video-home-text-main {
    margin-bottom: 15px;
    pointer-events: none;
}

.video-home-cta-container {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
}

.video-home-cta-container:hover {
    color: #fff;
}

.video-home-cta-container span {
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
}

.video-home-cta-container span::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #000000;
}

.video-home-banner-margin {
    margin-bottom: 15px;
}

/*START helper classes*/
@media (max-width: 767px) {
    .hidden-xs-classic {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .video-home-container iframe, .video-home__frame {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm-classic {
        display: none !important;
    }

    .js_fallback-cover {
        padding-bottom: 42.8%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md-classic {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg-classic {
        display: none !important;
    }
}
/*END helper classes*/

@media (min-width: 768px) and (max-width: 1199px) {
    .home .video-home-copy,
    .video-home-copy {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .video-home-title--right-nomobile,
    .home .video-home-title--right-nomobile {
        text-align: right;
    }

    .home .video-home-copy, .video-home-copy {
        font-weight: 700;
    }
    .video-home-title,
    .home .video-home-title {
        font-size: 25px;
    }
    .video-home-cta-container {
        font-weight: bold;
    }

    .video-home-cta-container span::after {
        background-color: #FFFFFF;
    }

    .video-home-container {
        padding-bottom: 42.8%;
    }

    .landing-logo {
        fill: #fff;
        max-width: 50%;
        margin-left: auto;
        transform: translateY(-50%);
    }

    .video-home-text-main {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-bottom: 0;
    }

    .video-home-title__decoration .video-home-title-dec-inner {
        fill: #FFFFFF;
    }

    .video-home-container iframe, .video-home__frame {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        transform: none;
    }

    .home .video-home-copy,
    .video-home-copy {
        color: #FFFFFF;
    }

    .video-home-title,
    .home .video-home-title {
        color: #FFFFFF;
    }

    .video-home-cta-container {
        color: #FFFFFF;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, -50%);
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .landing-logo {
        max-width: 100%;
        margin-left: 0;
        transform: none;
    }

    .transform-tablet {
        transform: translateY(50%);
    }

    .video-home-text-main {
        width: 65%;
    }

    .video-home-cta-container {
        bottom: 25px;
    }
}
