.EyeAble-button {
  position: fixed;
  z-index: 99;
  right: 40px;
  bottom: 110px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .EyeAble-button {
    right: 20px;
    bottom: 90px;
}
  }
