.carousel-wrapper{position:relative;flex:1;display:flex;flex-direction:column}.carousel-container{--items-per-view:3;position:relative;overflow-x:hidden;overflow-y:clip;width:100%;height:100%;flex:1}.carousel-item{--distance-to-active:0;--item-index:0;position:absolute;top:50%;left:50%;translate:-50% -50%;--width:calc(100% / var(--items-per-view));--height:calc(100% / var(--items-per-view));width:var(--width);height:var(--height)}