.hero-block {position: relative; width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; color: #fff; text-align: center;}
.hero-block__bg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;}
.hero-block__image {position: absolute; top: -10%; left: 0; width: 100%; height: 120%; background-size: cover; background-position: center; will-change: transform;}
.hero-block__overlay {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.55);}
.hero-block__content {position: relative; z-index: 2; padding: 0 20px;}
.hero-block__content h2 {max-width: 750px; margin: 0 auto;}
.hero-block__content.no-statement a {margin-top: 40px;}
.hero-block__content.has-statement a {margin-top: 0;}
.hero-block__bg video {width: 100%; height: 100%; object-fit: cover;}
.hero-block__content .intro-lead {max-width: 800px; font-weight: 300;}