@media screen and (max-width:860px){.slot-machine-section{overflow-x:scroll}}.slot-machine-section .slot-machine-wrapper{height:calc(300px + 4rem);background-color:#464646;background-size:contain;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;padding-left:2rem;padding-right:2rem}@media screen and (max-width:860px){.slot-machine-section .slot-machine-wrapper{padding:2rem .5rem;overflow:hidden;width:500px;overflow-x:scroll}}.slot-machine-section .slot-machine-wrapper .slot-machine-inner{width:100%;height:300px;position:relative;overflow:hidden;align-items:center;justify-content:space-evenly;gap:2rem;overflow:hidden}@media screen and (max-width:860px){.slot-machine-section .slot-machine-wrapper .slot-machine-inner{gap:.5rem}}.slot-machine-section .slot-machine-wrapper .slot-machine-inner .car-item{position:relative;width:100%;height:300px;border:5px solid #f5f200;display:flex;flex-direction:column;align-items:center;background:linear-gradient(to bottom,#eee,#ccc);gap:2.5rem}@media screen and (max-width:860px){.slot-machine-section .slot-machine-wrapper .slot-machine-inner .car-item{gap:1rem}}.slot-machine-section .slot-machine-wrapper .slot-machine-inner .car-item .slot{position:absolute;left:0;top:0;transition:top 4s;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.slot-machine-section .slot-machine-wrapper .slot-machine-inner .car-item .car-item-inner{text-align:center;width:fit-content;height:fit-content;transform-origin:center;z-index:2;height:100px;display:flex;justify-content:center;align-items:center}.slot-machine-section .slot-machine-wrapper .slot-machine-inner .car-item .car-item-inner .car{width:90%;height:90%;object-fit:contain}