.hero-video {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0 0 0 0;
  background-color: #333;
}
.hero-video .poster {
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
}
.hero-video .poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-video .poster.hide {
  opacity: 0;
  pointer-events: none;
  touch-action: none;
}
.hero-video .mask {
  mask-image: radial-gradient(farthest-side at 47% 50%, #011224 40%, #00000000 100%);
  mask-position: center;
  mask-size: 370% 100%;
  mask-repeat: no-repeat;
  width: 100%;
  height: 80%;
  background: #011224;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9;
  pointer-events: none;
  touch-action: none;
}
.hero-video .control {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  overflow: hidden;
  max-width: 100%;
  text-align: center;
}
.hero-video .control .title {
  font-size: 10rem;
  font-family: IvyPresto-Headline-Light;
  white-space: nowrap;
}
.hero-video .control .subtitle {
  font-size: 4rem;
}
@media all and (max-width: 768px) {
  .hero-video .mask {
    height: 30%;
  }
  .hero-video .control {
    font-size: 6rem;
  }
}
.hero-video {
  height: 97.3vh;
}
.hero-video .control {
  top: 40.3%;
}
.hero-video .title-container .tilte-3 {
  line-height: 1.05;
  margin-left: 1.7em;
}
.hero-video .container-content {
  margin-top: -9.2rem;
}
.hero-video .container-content .content.swiper .swiper-slide > .container {
  transform: scale(0.85);
}
@media all and (max-width: 768px) {
  .hero-video .control {
    top: 46.8%;
  }
}
