@import '../global/globalCssVariables.module.scss'; .collectionCardView-outer { height: 100%; position: relative; background-color: white; overflow: hidden; } .card-wrapper { display: flex; position: absolute; top: $CAROUSEL3D_TOP * 1%; height: ($CAROUSEL3D_SIDE_SCALE * 100) * 1%; align-items: center; transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }