@keyframes MB_scroll {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(35%);
  }
}