@media (min-width: 768px) {
  a.mouse-pos {
    bottom: 35%;
  }
}

@media (min-width: 992px) {
  a.mouse-pos {
    bottom: 30%;
  }
}

@media (min-width: 1200px) {
  a.mouse-pos {
    bottom: 35%;
  }
}

html{
  max-width: 100%;
  width:100vw;
  overflow-x: hidden;
  margin: 0;
   padding: 0; 
   overflow-x:hidden;
}