.item-media{flex:none;width:150px;display:flex;justify-content:center;align-items:center;overflow:hidden}.item-media img{width:100%;height:100%;object-fit:cover}@media (max-width:750px){.item-media{flex:none;width:120px;display:flex;justify-content:center;align-items:center;overflow:hidden}.item-media img{width:100%;height:100%;object-fit:cover}}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scroll-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.scrolling-wrapper{display:flex;overflow:hidden;white-space:nowrap}.scrolling-content{display:flex;animation:scroll-left 50s linear infinite;scroll-behavior:smooth}.scrolling-content-right{display:flex;animation:scroll-right 50s linear infinite;scroll-behavior:smooth}.scrolling-item{display:inline-block;flex:none}