@media (max-width: 6400px){
  a.yButton.bottom.right{
    bottom: calc(50px + 40px) !important;
  }
}

@media (max-width: 1200px){
  a.yButton.bottom.right{
    bottom: calc(50px + 80px) !important;
  }
}