.bg_video_wrap .video1{
      z-index: 0;
      position: fixed;
      width: 100%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
    }
.black_container{
    height: 100% !important;
}
.m_main{
    width: 100%;
    height: calc(100% - 66px);
    position: relative;
    z-index:1;
}
.m_main_title{
    width: 100%;
    padding:0 42px;
    position: absolute;
    top: 37%;
    left: 0;

    text-align: center;
}
.m_main_title h2{
    font-family: Unna;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.66;
    letter-spacing: -0.7px;
    color: #fff;
    margin-bottom: 20px;
}
.m_main_title small{
    font-family: Poppins;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    text-align: center;
    color: rgba(255, 255, 255, .6);
}