/* Preserve the complete source posters without cropping or covering their text. */
.hero { background: #111719; }
.hero-overlay { right: auto; width: 59%; background: linear-gradient(90deg, rgba(12, 18, 20, .98), rgba(12, 18, 20, .9) 72%, rgba(12, 18, 20, 0)); z-index: 1; }
.hero-poster { position: absolute; top: 0; right: 0; z-index: 0; width: 54%; height: 100%; object-fit: contain; object-position: right center; background: #fff; }
.hero-content, .hero-stats { z-index: 2; }
.hero-stats { left: max(4vw, 40px); width: min(540px, 43%); transform: none; }
.hero-stats div { padding: 18px 20px; }
.hero-stats b { font-size: 34px; }
.hero-stats b span { font-size: 18px; }
.about-image img, .technology-media img { object-fit: contain; background: #fff; }

@media (max-width: 780px) {
  .hero-poster { display: none; }
  .hero-overlay { width: 100%; }
  .hero-stats { left: 20px; width: calc(100% - 40px); }
}
