
.lcpv3-carousel{overflow:hidden;width:100%;padding:20px 0}
.lcpv3-track{display:flex;gap:60px;align-items:center;width:max-content;animation:lcpv3scroll linear infinite}
.lcpv3-carousel:hover .lcpv3-track{animation-play-state:paused}
.lcpv3-item img{max-height:100px;width:auto;display:block;transition:.3s}
.lcpv3-item img:hover{transform:scale(1.05)}
@keyframes lcpv3scroll{
0%{transform:translateX(0)}
100%{transform:translateX(-33.333%)}
}
