@keyframes wipes{0%{background-position:100% 100%}to{background-position:0 0}}.animation-normal.active .carousel-item-text{animation:fadeInOut 2s ease}@keyframes fadeInOut{0%{opacity:0}25%{opacity:.25}to{opacity:1}}.animation-normal .carousel-item-front{height:100%;position:absolute;top:0;right:0;bottom:0;left:0;background-position:50%;background-size:auto 100%;background-repeat:no-repeat}.animation-normal .carousel-item-bg{background-size:auto 100%}.animation-normal.bg-slideIn .carousel-item-bg,.animation-normal.front-slideIn .carousel-item-front{animation-name:left-to-right;animation-duration:1.2s,1.4s;animation-timing-function:cubic-bezier(.215,.61,.355,1),cubic-bezier(.25,.46,.45,.94)}@keyframes left-to-right{0%{opacity:0;transform:translate3d(20px,0,0)}to{opacity:1;transform:translateZ(0)}}