@keyframes wave{
  0%,100%{height:14px;opacity:.5}
  50%{height:56px;opacity:1}
}
