.img-carousel__wrap{width:100%;min-height:100vh;animation:hueRotate 8s linear infinite}.img-carousel__list,.img-carousel__wrap{justify-content:center;align-items:center;display:flex}.img-carousel__list{z-index:1;perspective:90vw;perspective-origin:50%;transform-style:preserve-3d;width:80vw;height:56vw;margin-left:auto;margin-right:auto;font-size:1vw;position:relative}.img-carousel__panel{z-index:0;flex-direction:column;flex:none;justify-content:space-between;align-items:stretch;width:13em;height:39em;display:flex;position:absolute}.img-carousel__panel:nth-of-type(2n){justify-content:center}.img-carousel__item{aspect-ratio:1;width:100%;position:relative;overflow:hidden}.img-carousel__img{object-fit:cover;width:100%;max-width:none;height:100%;position:absolute;inset:0}@media (min-width:1100px){.img-carousel__wrap{scale:.9}}