
.page {
    overflow: hidden;
}

.page .hero {
}

.hero .hero-background {
    position: relative;
    min-height: 60vh;
    overflow:hidden;
}

.page .hero video,
.page .hero img {
    position: absolute;
}

.page .hero video {
    /* left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-24%); */
    position: absolute;
    width: 200%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page .hero img {
    width: 102%;
    position: absolute;
    bottom: -4px;
    left: 0;
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 100%, 0% 100%);
    clip-path: polygon(0 1%, 100% 5%, 100% 100%, 0% 100%);
}

/* Heading  */
.heading-group {
    position: absolute;
    top: 20vh;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

.heading {
    max-width: 680px;
    text-align: center;
    color: #fff;
    font-family: 'Lato-Italic';
    font-size: 3.6rem;
    letter-spacing: -.7pt;
    margin: 0 auto;
    left: 15px;
    right: 0;
    line-height: 1.1;
}

.heading_2 {
    margin-bottom: 20px;
    font-weight: 800;
}

.subheading {
    font-family: 'Lato-Light';
    font-size: 1.3em;
    letter-spacing: 0.5pt;
    line-height: 1.3em;
    margin-bottom: 3.5rem;
    margin: 0 auto;
    left: 15px;
    right: 0;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}

.heading-group .button {
    height: 39px;
    line-height: 39px;
    font-size: 15px;
    color: #001e46;
    background-color: #fff;
    border-color: #fff;
    padding: 0 47px;
    -moz-border-image: -moz-linear-gradient(left, #fff 0%, #fff 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    border-image: linear-gradient(to right, #fff 0%, #fff 100%);
    border-image-slice: 1;
    border-image-width: 1px;
    transition: all 0.3s;
}

.heading-group .button:hover {
    background: transparent;
    color: #fff;
}

@media screen and (min-width: 769px) {
    .page .heading-group {
        top: 30vh;
        left: -100px;
    }
    .page .hero video {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .page .hero video {
        left: 0;
    }
    .hero .hero-background {
        overflow: hidden;
    }

    .hero .heading {
        font-size: 60px;
    }
}

@media screen and (min-width: 1200px) {
    .page .heading-group {
        top: 22vh;
        left: -200px;
    }

    .heading-group .button {
        margin-top: 3vh;
    }
}

/* @media screen and (max-width: 768px) {
    .page .hero video {
        width: 240%;
    }

    .page .hero img {
        width: 108vw;
        top: 140px;
        left: -1px;
    }
} */
