#scroll-cat-meow {
  display: none;
  width: 100px;
  height: auto;
  position: fixed;
  right: 2%;
  bottom: 2%;
  cursor: pointer;
  z-index: 9;
}

@media (max-width: 600px) {
  #scroll-cat-meow {
    width: 55px;
    bottom: 1%;
  }
}