.senecabot-button {
  display: scroll;
  position: fixed;
  bottom: 4vh;
  right: 1vw;
  width: 150px;
  z-index: 9999;
}

.senecabot-button:hover {
  -webkit-transform: scale(1.3);
  transform: scale(0.98);
}

@media only screen and(max-width : 767px) {
  .senecabot-button {
    bottom: 2vh;
    width: 100px;
  }
}

@media only screen and(min-width : 768px) and(max-width : 1024px) and(orientation: portrait) {
  .senecabot-button {
    bottom: 2vh;
    width: 150px;
  }
}

@media only screen and(min-width : 768px) and(max-width : 1024px) and(orientation: landscape) {
  .senecabot-button {
    bottom: 2vh;
    width: 150px;
  }
}
