.section.has-video .section_video {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    z-index: 1;

}
.section.has-video {
    padding-top: 150px;
    padding-bottom: 300px;
    background-position: center top;
}
.homevideotitle {
    font-size:60px;
    line-height:60px;
    font-weight:500;
    color:white;
}
.section.has-video .section_video .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    /*background: url(../images/videomask.png) repeat center;*/
}

.section.has-video .section_video video {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    z-index: 2;
}
.section.has-video .section_wrapper {
    position: relative;
    z-index: 10;
}
@media only screen and (min-width: 1240px)
    .section_wrapper, .container {
        max-width: 1220px;
    }
    .section_wrapper, .container {
        max-width: 1220px;
        margin: 0 auto;
        position: relative;
    }
}
.one.mcb-wrap {
     width: 100%;
 }
.section_wrapper:after, .container:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
