.homepage-hero{display:grid;grid-template-columns:12% auto 12%;grid-template-rows:1fr}.homepage-hero .video-bg{position:relative;grid-column:1 / 4;grid-row:1 / 2;overflow:hidden;opacity:.35;z-index:0}.homepage-hero .video-bg video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.homepage-hero .hero-content{grid-column:2 / 3;grid-row:1 / 2;padding:7rem 0 2.5rem;z-index:1}@media(min-width:768px){.homepage-hero{grid-template-columns:20% auto 20%}.homepage-hero .hero-content{padding:8rem 0 5rem}}@media(min-width:1024px){.homepage-hero{grid-template-columns:25% auto 25%}.homepage-hero .hero-content{padding:11rem 0 7rem}}