.glite-video {
  position: relative !important;
  width: 100% !important;
  max-width: 1920px !important;
  margin: 0 auto !important; 
  background: #000 !important; 
}

.glite-video > a {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: hidden !important;
  position: relative !important;
  z-index: 20 !important;
  max-height: 800px !important; 
  height: auto !important;
}

.video-player {
  object-fit: contain !important; 
  border: none !important;
  outline: none !important;
  max-height: 800px !important;
}

.glite-video > a > img,
.glite-video .play,
.glite-video .play::before,
.glite-video .play::after,
.glite-video > a::after {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

.glite-video > a:hover > img {
  transform: none !important;
  -webkit-transform: none !important;
}

@media screen and (max-width: 768px) {
  .glite-video > a {
    max-height: 400px !important;
  }
  .video-player {
    max-height: 400px !important;
  }
}
@media screen and (max-width: 480px) {
  .glite-video > a {
    max-height: 300px !important;
  }
  .video-player {
    max-height: 300px !important;
  }
}
