// Checks if user is on mobile if (screen.width < 768) { location.href = '/'; }