.Bslide *{transition:all 4s}.Bslide{display:flex;flex-direction:column;overflow:hidden;row-gap:2rem}.slideLine1,.slideLine2,.slideLine3{animation:slide 20s linear infinite;box-sizing:border-box;display:flex;gap:1.2rem}.imgSlide{aspect-ratio:11/4;max-height:5vh;object-fit:contain;width:15%}.imgSlide_bigger{width:25%}@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-100.0015%)}}.slideLine2{animation-direction:reverse}.slideLine3{animation-delay:0}@media screen and (max-width:760px){.imgSlide{margin-right:10px;max-width:80%;width:30%}}