@charset "UTF-8";

/* We adjust the zoom for high def displays without bothering legacy code */
@media screen and (min-width: 1280px) {
  .wrapper {
    /*zoom: 1.5;*/
  }
}

/* for 4K */
@media screen and (min-width: 2160px) {
  .wrapper {
    /*zoom: 2.5;*/
  }
}

