.carousel-custom .carousel-item{opacity:0;transition:transform;transition-duration:.6s;transition-timing-function:ease-in-out}.carousel-custom .carousel-item.active{opacity:1;transform:translateZ(0);z-index:1}.carousel-custom.zoomIn .carousel-item{transform:scale(.95)}.carousel-custom.zoomIn .carousel-item.active{transform:scale(1)}.carousel-custom.zoomOut .carousel-item{transform:scale(1.2)}.carousel-custom.zoomOut .carousel-item.active{transform:scale(1)}.carousel-custom.circle .carousel-item img,.carousel-custom.circle .carousel-item video{border-radius:50%;transition:border-radius;transition-duration:1s}.carousel-custom.circle .carousel-item.active img,.carousel-custom.circle .carousel-item.active video{border-radius:0}.carousel-custom.flipX .carousel-item{transform:scaleX(-1)}.carousel-custom.flipX .carousel-item.active{transform:scaleX(1)}.carousel-custom.flipY .carousel-item{transform:scaleY(-1)}.carousel-custom.flipY .carousel-item.active{transform:scaleY(1)}.carousel-custom.flipXY .carousel-item{transform:scale(-1)}.carousel-custom.flipXY .carousel-item.active{transform:scale(1)}.carousel-custom.rollOut .carousel-item{transform:rotate3d(1,2,3,90deg) scale(.1)}.carousel-custom.rollOut .carousel-item.active{transform:rotate3d(0,0,0,0) scale(1)}.carousel-custom.rollIn .carousel-item{transform:rotate3d(1,2,3,90deg) scale(2)}.carousel-custom.rollIn .carousel-item.active{transform:rotate3d(0,0,0,0) scale(1)}.carousel-custom.smoothInX .carousel-item{transform:matrix(10,0,0,1,0,0);transition-duration:.6s}.carousel-custom.smoothInX .carousel-item.active{transform:translateZ(0)}.carousel-custom.smoothInY .carousel-item{transform:matrix(1,0,0,10,0,0);transition-duration:.6s}.carousel-custom.smoothInY .carousel-item.active{transform:translateZ(0)}
