.video-hero{align-items:center;box-sizing:border-box;display:flex;justify-content:center;margin:0;overflow:hidden;padding:0;position:relative;width:100%}.video-hero-bg{object-fit:cover;pointer-events:none;z-index:-1}.video-hero-bg,.video-hero-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.video-hero-overlay{background:rgba(0,0,0,.5);justify-content:center;padding:40px 20px;z-index:1}.container,.video-hero-overlay{align-items:center;display:flex}.container{gap:20px;justify-content:space-between;margin:0 auto;max-width:1200px;width:100%}.hero-content{color:#fff;flex:1;max-width:600px;text-align:left}.hero-content.with-image{max-width:50%}.hero-image{align-items:center;display:flex;flex:1;justify-content:center}.hero-image.small img{max-width:30%}.hero-image.medium img{max-width:50%}.hero-image.large img{max-width:70%}.hero-image img{border-radius:0;height:auto;object-fit:cover;width:100%}.hero-content h1{font-size:3rem;margin-bottom:20px}.hero-content p{font-size:1.25rem;margin-bottom:30px}@media (max-width:1024px){.container{flex-direction:column;gap:30px;padding:20px}.hero-content,.hero-content.with-image,.hero-image{max-width:100%;text-align:center}.hero-content h1{font-size:2.25rem}.hero-content p{font-size:1.1rem}}@media (max-width:768px){.video-hero-overlay{padding:30px 15px}.hero-content h1{font-size:1.75rem}.hero-content p{font-size:1rem}.hero-image{display:none}}