.bounceCardsContainer{position:relative;display:flex;justify-content:center;align-items:center;width:400px;height:400px}.card{position:absolute;width:var(--card-width,200px);height:var(--card-height,200px);border:none;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.2)}.card .image{width:100%;height:100%;object-fit:cover}