:root{--fullwidth-item-aspect:4/3}@media screen and (min-width:768px){:root{--fullwidth-item-aspect:16/9}}.cmp-fullwidth{margin:auto;max-width:120rem}.cmp-fullwidth-container{width:100%}@media screen and (max-width:1280px){.cmp-fullwidth-image,.cmp-fullwidth-video{aspect-ratio:var(--fullwidth-item-aspect)}}@media screen and (min-width:1280px){.cmp-fullwidth-image,.cmp-fullwidth-video{height:100vh;width:100%}}.cmp-fullwidth-container img,.cmp-fullwidth-container video{height:100%;object-fit:cover;width:100%}