.our-history-video-hero__video {
  position: relative;
  height: 810px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .our-history-video-hero__video {
    height: 655px;
  }
}
.our-history-video-hero__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-history-video-hero__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.our-history-video-hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .our-history-video-hero__content {
    font-size: 32px;
    line-height: 125%;
    gap: 25px;
  }
}/*# sourceMappingURL=style.css.map */