// CHECKS IF USER IS ON MOBILE if (screen.width < 768) { location.href = '/'; }