div.was {
  position: fixed;
  padding: 0;
  padding-right: 0;
  bottom: 60px;
  z-index: 999;
  opacity: 0.6;
  transition: 0.3s;
}

div.was:hover {
  opacity: 1;
}
