.cardContainer{height:100vh;display:flex;align-items:center;justify-content:center;position:sticky;top:0}.cardContainer .card{display:flex;flex-direction:column;position:relative;top:-25%;height:50vh;width:100%;transform-origin:top}.cardContainer .card .body{display:flex;height:100%;gap:50px}.cardContainer .card .body .imageContainer{position:relative;width:100%;height:100%;overflow:hidden}.cardContainer .card .body .imageContainer .inner{width:100%;height:100%}.cardContainer .card .body .imageContainer img{object-fit:cover}