.block-videos-hero .hero-wrapper{position: relative; z-index: 5;}
.block-videos-hero .hero-wrapper .grid{grid-template-columns: 1fr 1fr 1fr; grid-gap: 2.5rem;}

.block-videos-hero .video{position: relative;}
.block-videos-hero .video video{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -1;}

.block-videos-hero .video .hero-video::before{content: ''; background-color: rgba(0, 0, 0, 0.3); top: 0; left: 0; width: 100%; height: 100%; position: absolute; z-index: 0;}

.block-videos-hero .hero-content{padding: 10rem 5rem; color: #fff; position: relative; z-index: 2;}
.block-videos-hero .hero-content h1, .block-videos-hero .hero-content h2, .block-videos-hero  .hero-content h3{color: #fff;}
.block-videos-hero .hero-content h1{font-size: 10rem;}