// Redirect

if ((screen.width <= 1023) && (screen.height <= 767)) {
  window.location.href="default.html";
}