.carousel-container{overflow:hidden;position:relative;box-sizing:border-box}.carousel-track{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.carousel-track::-webkit-scrollbar{display:none}.card{flex:0 0 24.35%;max-width:25%;box-sizing:border-box;scroll-snap-align:start;min-height:400px;margin-right:10px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.card-content{background:white;width:100%;padding:20px;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1);text-align:center}.dots{text-align:center;margin-top:15px}.dot{display:inline-block;height:12px;width:12px;margin:0 6px;background-color:#bbb;border-radius:50%;cursor:pointer;transition:background-color .3s ease}.dot.active{background-color:#ff0000}.player-number{text-shadow:1px 3px 2px rgba(0,0,0,.485)}@media (max-width:768px){.card{flex:0 0 100%;max-width:100%}}