.ImageWithVideo{grid-template-areas:"main";width:100%;height:100%;display:grid;overflow:hidden}.ImageWithVideo.is-editMode .ImageWithVideo__video{-webkit-clip-path:polygon(100% 0,0% 100%,100% 100%);clip-path:polygon(100% 0,0% 100%,100% 100%)}.ImageWithVideo__picture{grid-area:main;overflow:hidden}.ImageWithVideo__video{z-index:1;object-fit:cover;grid-area:main;width:100%;height:100%;max-height:100%;overflow:hidden}.EditoWoofer{--EditoWoofer-height:100vh;grid-template-areas:"main";display:grid;position:relative}.EditoWoofer.is-edit-mode{--EditoWoofer-height:700px}.EditoWoofer__content,.EditoWoofer__video{grid-area:main}.EditoWoofer__content{z-index:1;opacity:var(--EditoWoofer-opacity);background-color:rgba(0,0,0,.5)}.EditoWoofer__content:after{content:"";height:var(--EditoWoofer-height);display:block}.EditoWoofer__titleWrapper{min-height:var(--EditoWoofer-height);justify-content:center;align-items:center;padding:40px 20px;display:flex}@media screen and (min-width:670px){.EditoWoofer__titleWrapper{padding:80px 40px}}.EditoWoofer__title{color:#fff;font-family:NouvelR\, sans-serif;font-size:4.8rem;font-weight:700;line-height:.95}@media screen and (min-width:670px){.EditoWoofer__title{font-size:7.2rem}}@media screen and (min-width:1024px){.EditoWoofer__title{max-width:980px}}.EditoWoofer__video{height:var(--EditoWoofer-height);position:-webkit-sticky;position:sticky;top:0}