.hero-mobility-sphere-section {
  width: 100%;
  padding-top: 40%;
  position: relative;
}

.hero-mobility-sphere-section.hero-mobility-sphere-section--large {
  padding-top: 49% !important;
}

.hero-mobility-sphere-section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3)
}

.hero-mobility-sphere-section.hero-mobility-sphere-section--large:before {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.89) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

@media screen and (max-width: 767px) {
  .hero-mobility-sphere-section,
  .hero-mobility-sphere-section.hero-mobility-sphere-section--large {
    padding-top: 140% !important;
  }

  .hero-mobility-sphere-section iframe {
    object-fit: unset;
  }
}

.hero-mobility-sphere-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  text-align: center;
  color: #ffffff;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-mobility-sphere-content > img {
  margin-bottom: 1.25rem;
}

.hero-mobility-sphere-title {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500;
  font-size: 8rem;
  line-height: 1.1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0;
}

.hero-mobility-sphere-chapo {
  font-weight: 400 !important;
  font-size: 3rem;
}

.hero-mobility-sphere-chapo:before {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #F5A482;
  margin: 42px auto;
}

@media screen and (max-width: 992px) {
  .hero-mobility-sphere-content {
    max-width: 350px;
    width: 100%;
  }

  .hero-mobility-sphere-title {
    font-size: 6rem;
  }

  .hero-mobility-sphere-chapo {
    font-size: 2.5rem;
  }

  .hero-mobility-sphere-chapo:before {
    margin: 30px auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-mobility-sphere-content {
    max-width: initial !important;
  }

  .hero-mobility-sphere-title {
    font-size: 4.5rem;
    line-height: 1.5;
  }

  .hero-mobility-sphere-chapo {
    font-size: 2rem;
    margin-top: 20px !important;
    padding: 0 50px;
  }

  .hero-mobility-sphere-chapo:before {
    display: none;
  }
}

.hero-mobility-sphere-section > img,
.hero-mobility-sphere-section .video,
.hero-mobility-sphere-section .block-video-content,
.hero-mobility-sphere-section iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-top: 0;
  overflow: hidden;
}

.hero-mobility-sphere-section .block-video-content--custom {
  background-color: transparent;
  opacity: 1;
}

.hero-mobility-sphere-section .block-video-content--custom.is-play {
  opacity: 0;
}