.video-background {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 50%;
  min-height: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}

.overlay-content {

  z-index: 1;

}

.hero-slider-area.hero-slider-area-style-two .hero-slider-content h1,
.hero-slider-content span,
.hero-slider-content p{
  color: #FFF;
}