.fixed-image{display:contents}.fixed-image__picture{overflow:hidden;width:calc(100% + var(--content-padding) * 2);height:var(--mobile-height, var(--height, 300px));-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);grid-column:left/right;margin-inline:calc(var(--content-padding) * -1)}@media screen and (min-width: 48rem){.fixed-image__picture{height:var(--height, 300px)}}@media screen and (min-width: 90rem){.fixed-image__picture{width:100%;margin-inline:0}}.fixed-image__picture img{position:fixed;bottom:0;width:100%;height:100vh;object-fit:cover}
