.carousel-section{perspective:1200px;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.carousel-stage{width:300px;height:100%;transform-style:preserve-3d;position:relative}.carousel-card{cursor:pointer;background:#fff;border-radius:12px;width:300px;height:84%;transition:all .8s cubic-bezier(.25,.46,.45,.94);position:absolute;top:50%;left:50%;overflow:hidden;box-shadow:0 8px 32px #0000001f}.carousel-card img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}
