.sec__video {
  background: #ccc;
  height: 50vh;
  width: 100%;
  display: block;
}

.video__overview {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 50vh;
  position: absolute;
  z-index: 1;
}

.video__wrapper {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.video__wrapper video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.video__wrapper-content {
  margin: 0 auto;
  width: 70%;
  z-index: 1;
}

.video__title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: Home-Video-font;
  text-shadow: 2px 2px 4px rgba(10, 13, 23, 0.5);
}

.video__description {
  color: #fff;
  font-size: 1.59rem;
  font-family: Home-Video-font;
  text-shadow: 2px 2px 4px rgba(10, 13, 23, 0.5);
}


/* Media Query */
@media only screen and (min-width: 768px) {  

}/*min-width: 768px*/


/* Media Query */
@media only screen and (min-width: 992px) {

  .sec__video {  
    height: 100vh;   
  }

  .video__overview { 
    height: 100%;   
  }

}/*min-width: 992px*/


/* Media Query For Desktop */
@media only screen and (min-width: 1200px) {

}/*min-width: 1200px*/