.module.responsive-image-header{min-height:480px;position:relative;overflow:hidden}.module.responsive-image-header>.desktop{display:block;position:absolute;width:100%;height:100%;object-fit:cover}.module.responsive-image-header>.mobile{display:none;position:absolute;width:100%;height:380px;object-fit:cover;bottom:0}.module.responsive-image-header>.content{max-width:1280px;width:100%;margin:0 auto;padding-top:100px;position:relative;z-index:1}.module.responsive-image-header>.content>.text{max-width:480px;min-height:380px;padding:100px 30px 30px;background:var(--desktop-bg)}@media(max-width:479.98px){.module.responsive-image-header>.desktop{display:none}.module.responsive-image-header>.mobile{display:block}.module.responsive-image-header>.content{padding-top:0;padding-bottom:379px}.module.responsive-image-header>.content>.text{background:var(--mobile-bg)}}