.zone-overlay{background:var(--zone-overlay-background,#000);grid-template-rows:repeat(9,1fr);grid-template-columns:repeat(9,1fr);gap:.625rem;display:grid}.zone-overlay__background{grid-area:1/1/end/end}.zone-overlay__background picture,.zone-overlay__background img,.zone-overlay__background iframe,.zone-overlay__background video{width:100%;height:100%;position:absolute;top:0;left:0}.zone-overlay__background picture,.zone-overlay__background img,.zone-overlay__background video{object-fit:cover;object-position:var(--mobile-background-position)}@media (width>=768px){.zone-overlay__background picture,.zone-overlay__background img,.zone-overlay__background video{object-position:var(--tablet-background-position)}}@media (width>=992px){.zone-overlay__background picture,.zone-overlay__background img,.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}}