.video-container {
  position: relative;
  width: 100%;
  height:auto;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-container .video-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:2;
  flex-direction: column;
   padding:200px 0 215px 0;
}

@media only screen and (max-width: 920px) {
  .video-container .video-content {
      padding:120px 0 120px 0;
  }
}

@media only screen and (max-width: 600px) {
  .video-container .video-content {
      padding:80px 0 80px 0;
  }
}










.video-container .video-overlay{
  z-index: 1;
  position: absolute;
  width:100%;
  height:100%;
  background: rgb(97,97,97);
background: linear-gradient(180deg, rgba(97,97,97,0) 0%, rgba(97,97,97,0) 0%, rgba(0,0,0,1) 100%);
}

  .video-container .video-content *{
  color:#FFF;
}
.video-container .video-content h1{
  line-height:120%!important; 
}
 .video-container .video-content h1 strong{
  font-weight:900!important;  
}
  .video-container .video-content .subtitle{
  font-size:28px;
    margin-bottom:15px;