/** Slick overrides */
.block-video-hero {
  margin-bottom: 80px;
  position: relative;
  /* Style the video: 100% width and height to cover the entire window */
  /* Add some content at the bottom of the video/page */
}
.block-video-hero .embed-container {
  position: relative;
  right: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.block-video-hero .embed-container video {
  width: 100%;
  max-width: 100%;
}
.block-video-hero .embed-container .wp-video {
  width: 100% !important;
}
.block-video-hero .embed-container .embed-overlay {
  background-color: #000;
  opacity: 0.6;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
}
.block-video-hero .embed-content {
  color: #fff;
  position: absolute;
  top: 350px;
}
.block-video-hero .embed-content .container-xl {
  left: 50%;
  transform: translate(20%, 0);
}
.block-video-hero .embed-content h2 {
  color: #fff;
  font-size: 5.225rem;
  font-weight: 900;
}

/*# sourceMappingURL=video-hero.css.map*/