.list{position:relative;width:100%;height:100%}.item-wrapper{position:absolute;will-change:transform,width,height,opacity;cursor:pointer;padding:8px}.item-img{width:100%;height:100%;background-size:cover;background-position:50%;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.3);transition:box-shadow .3s ease}.item-wrapper:hover .item-img{box-shadow:0 20px 50px rgba(0,0,0,.4)}