@keyframes bg-scroll {
  0%{
    background-position: 0 0;
  }
  100% {
    background-position: calc(100%) calc(-100%);
  }
}