.zone-overlay{background:var(--zone-overlay-background,#000000);display:grid;gap:.625rem;grid-template-columns:repeat(9,1fr);grid-template-rows:repeat(9,1fr)}.zone-overlay__background{grid-column:1/end;grid-row:1/end}.zone-overlay__background iframe,.zone-overlay__background img,.zone-overlay__background picture{height:100%;left:0;position:absolute;top:0;width:100%}.zone-overlay__background img,.zone-overlay__background picture,.zone-overlay__background video{object-fit:cover;object-position:var(--mobile-background-position)}@media(min-width:768px){.zone-overlay__background img,.zone-overlay__background picture,.zone-overlay__background video{object-position:var(--tablet-background-position)}}@media(min-width:992px){.zone-overlay__background img,.zone-overlay__background picture,.zone-overlay__background video{object-position:var(--background-position)}}.zone-overlay__horizontal--start{justify-self:start}.zone-overlay__vertical--start{align-self:start}.zone-overlay__horizontal--center{justify-self:center}.zone-overlay__vertical--center{align-self:center}.zone-overlay__horizontal--end{justify-self:end}.zone-overlay__vertical--end{align-self:end}.zone-overlay__horizontal--stretch{justify-self:stretch}.zone-overlay__vertical--stretch{align-self:stretch}@media print{.zone-overlay{background:unset;display:block}}