#videoContain {
 position: fixed; 
  top: 50%;
  left: 50%;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background: url(videos/3.jpg);
/*   background: url(../images/_background.jpg) no-repeat; */
  background-size: cover; 
  overflow: hidden;
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
           background: url(videos/3.jpg);
/*   background: url(../images/_background.jpg) no-repeat; */
  background-size: cover; 
  
}

