.bounceCardsContainer{justify-content:center;align-items:center;display:flex;position:relative}.card{aspect-ratio:1;background-color:#fff;border:5px solid #fff;border-radius:20px;width:180px;position:absolute;overflow:hidden;box-shadow:0 8px 24px #00000026}.card .image{object-fit:cover;width:100%;height:100%}@media (max-width:640px){.card{border-width:4px;border-radius:15px;width:130px}}
.list{width:100%;min-height:800px;position:relative}.item-wrapper{will-change:transform, width, height, opacity;cursor:pointer;padding:8px;position:absolute;top:0;left:0}.item-wrapper>.item-img{background-position:50%;background-size:cover;border:1px solid #ffffff1a;border-radius:20px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 8px 30px #0000001f}@media (max-width:640px){.list{min-height:1200px}.item-wrapper{padding:4px}.item-wrapper>.item-img{border-radius:12px}}
