@keyframes slideLeftRight { 0% { left: -50vw; } 50% { left: 0; } 100% { left: -50vw; } } .bricks-shape-divider svg{ min-width: 150vw !important; position: relative;  animation: slideLeftRight 35s ease-in-out infinite; } .bricks-shape-divider svg{ overflow-x: hidden !important; } body{ overflow-x: hidden !important; }