@media (min-width: 1900px) and (min-height: 900px){
  body{
    zoom:.9;
  }

  html.is-modal-open body{
    zoom:1;
  }
}
