.card-stack-container{width:100%;height:100%;display:flex;position:relative}.cards-container{height:200px;z-index:10000}.cardItem,.cards-container{position:absolute;width:100%}.cardItem{height:100%;box-shadow:0 10px 30px rgba(0,0,0,.15);transition:transform .5s cubic-bezier(.34,1.56,.64,1),opacity .5s ease,filter .5s ease;will-change:transform,opacity,filter;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;background:#040d03}.cardItem.animating{transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .3s ease,filter .3s ease}.card-content{height:100%;display:flex;flex-direction:column}.card-title{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:15px;text-shadow:1px 1px 3px rgba(0,0,0,.2)}