@charset "utf-8";
/* CSS Document */

.video-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    overflow: hidden;
}

.header {
    display: block;
    margin: 0 auto;
    height: 100% !important;
    margin-bottom: 0;
}

.header video {
    z-index: -10;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    position: absolute;
}

#hero {
    display: block;
    width: 100%;
}

.hero-content {
    width: 60%;
    margin: 0 auto;
}