.map-bounce{position: relative; animation: map-bounce .4s infinite alternate;}
@keyframes map-bounce {
  from {top: 0;}
  to {top: -20px;}
}
@-webkit-keyframes map-bounce {
  from {top: 0;}
  to {top: -20px;}
}