
.video-section {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    padding: 0; /*90px 0px 40px;*/
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 100%;
    min-height: 300px;
    width: 100%;
    margin-top: -1px;
    transition: all 0.3s ease;
}

.video-section.loaded {
    visibility: visible;
}

.video-section.loaded.play,
.video-section.loaded.paused {
    opacity: 1;
}

.video-section .overground {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding-bottom: 56.4%;
}

.video-section .overground:before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0.3;
    z-index: 10;
    background-image: -moz-linear-gradient(45deg, #666 25%, transparent 25%),
    -moz-linear-gradient(-45deg, #666 25%, transparent 25%),
    -moz-linear-gradient(45deg, transparent 75%, #666 75%),
    -moz-linear-gradient(-45deg, transparent 75%, #666 75%);
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #666), color-stop(.25, transparent)),
    -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #666), color-stop(.25, transparent)),
    -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #666)),
    -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #666));
    background-image: -webkit-linear-gradient(45deg, #666 25%, transparent 25%),
    -webkit-linear-gradient(-45deg, #666 25%, transparent 25%),
    -webkit-linear-gradient(45deg, transparent 75%, #666 75%),
    -webkit-linear-gradient(-45deg, transparent 75%, #666 75%);
    background-image: -o-linear-gradient(45deg, #666 25%, transparent 25%),
    -o-linear-gradient(-45deg, #666 25%, transparent 25%),
    -o-linear-gradient(45deg, transparent 75%, #666 75%),
    -o-linear-gradient(-45deg, transparent 75%, #666 75%);
    background-image: linear-gradient(45deg, #666 25%, transparent 25%),
    linear-gradient(-45deg, #666 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #666 75%),
    linear-gradient(-45deg, transparent 75%, #666 75%);
    -moz-background-size: 2px 2px;
    background-size: 2px 2px;
    -webkit-background-size: 2px 2.1px;
    background-position: 0 0, 1px 0, 1px -3px, 0px 5px;
}

.video-section .overground [data-vid] {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.video-section.relative {
    position: relative;
    height: auto;
    max-height: 0;
    min-height: 0;
}

.video-section.relative.loaded {
    max-height: 1600px;
}

.video-section.relative .overground {
    position: relative;
    top: 0;
    transform: none;
}

.video-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}

.video-section h2 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4em;
    padding-bottom: 15px;
}

.video-section .text {
    position: relative;
    color: #aaaaaa;
    font-size: 24px;
    margin-bottom: 50px;
    line-height: 1.4em;
}

.video-section .play-btn {
    position: relative;
    color: #ff141f;
    font-size: 70px;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 50px;
    display: inline-block;
}
