@keyframes wave-animate {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
