/* Gridelement: Section */
.section {
    
}
.section.layout1 {
    background: none;
}
.section.layout2 {
    background: #f6f6f6;
}
.section.layout3 {
    background: #eee;
}
.section.layout4 {
    background: #ddd;
}
.section.layout5 {
    background: #222;
}
.section.section-bg-video .bg-video {
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    /*background-image:;*/
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 3;
}

.section.section-bg-video .section-outer,
.section.section-bg-video .section-outer {
    position: absolute;
    z-index: 4;
    width: 100%;
    /*-webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);*/
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}