/* .hero-video */
.hero-video  {
  position: absolute;
  right: 0;
  top: 0px;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}
/* .video-overlay */
.video-overlay  {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 2;
}
/* .hero-content */
.hero-content  {
  z-index: 10;
}
/* .page-section--hero-section */
.page-section--hero-section  {
  overflow: hidden;
  margin-bottom: 50px;
}
/* .page-section--cta-section::before */
.page-section--cta-section::before  {
  display: none !important;
}