.scrolling-element{align-items:center;gap:5rem;width:max-content;min-width:200%;animation-name:moveSlideshow;animation-duration:24s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:normal;animation-delay:0s;display:flex;position:relative;overflow:hidden;transform:translate(0,0)}@keyframes moveSlideshow{to{transform:translate(-50%)}}
