.video-container {
  position: relative !important;
  width: 100% !important;
  height: 650px !important;
  overflow: hidden !important;
  background: #111111 !important;
  color: white !important;
  text-align: center !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  font-family: "Georgia", Times, serif !important;
}

.video-container .hero-bg-video {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 100vw !important;
  height: 56.25vw !important;
  min-width: 177.78vh !important;
  min-height: 100vh !important;
  transform: translate(-50%, -50%) !important;
  z-index: 0 !important;
  border: 0 !important;
  pointer-events: none !important;
}

.video-container .hero-dark-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(0, 0, 0, 0.55) !important;
  z-index: 1 !important;
}

.video-container .hero-text-content {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 2 !important;
  color: #ffffff !important;
  width: 90% !important;
  max-width: 1100px !important;
  text-align: center !important;
}

.video-container .hero-text-content h1 {
  color: #ffffff !important;
  font-size: 50px !important;
  line-height: 1.2 !important;
  margin: 0 0 25px 0 !important;
}

.video-container .hero-text-content h4 {
  color: #ffffff !important;
  font-size: 24px !important;
  line-height: 1.4 !important;
  margin: 0 0 35px 0 !important;
}

.video-container .hero-text-content .button {
  display: inline-block !important;
}