.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.bgv-small{
  display: none;
}

video {
  min-width: 100%;
  z-index: 1;
}

.overlay-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.137) 30%, rgba(0, 0, 0, 0.404) 30%);
  background-size: 3px 3px;
  z-index: 2;
}

.overplace-bg {
  text-align: center;
  color: #ee1717;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10% auto;
  z-index: 3;
  width: 100%;
}




@media (max-width:768px) {
  .bgv-large{
    display: none;
  }
  .bgv-small{
    display: block;
   
    
  }

}

@media (min-width:992px) {

  
  .bg-video-wrap{
    height: 100vh;
  }

  
}

