.card-stack-container{position:relative;width:100%;height:100%;perspective:1400px}.card-stack-rotate{position:absolute;inset:0;cursor:-webkit-grab;cursor:grab}.card-stack-rotate:active{cursor:-webkit-grabbing;cursor:grabbing}.card-stack-card{width:100%;height:100%;border-radius:20px;overflow:hidden;transform-origin:50% 100%}.card-stack-card img{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}