.hero-wrap {
    height: 100vh;
    position: relative;
    width: 100%;
    top: 0px;
}

@media screen and (min-width: 901px) {
    .hero-background {
        max-height: 80vh;
    }
    .hero-wrap {
        height: 80vh;
    }

}

.hero-content {
    z-index: 1;
}

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

a.video-data {
    height: 0;
    opacity: 0;
    display:none;
}

.hero-content h1 {
    text-transform: inherit;
}
