@keyframes ogbWave {
  from {
    background-position: 0% 50%;
  }

  to {
    background-position: 100% 50%;
  }
}