@media all and (min-width: 2000px){ 
 html {
  zoom: 125%;
  -ms-zoom: 1.25;
  -webkit-zoom: 1.25;
  transform-origin: center top ;
 } 