@charset "utf-8";
.charWrap {
    display: inline-block;
    overflow: hidden;
    position: relative
}

.funnyText span.bottom,
.funnyText span.left,
.funnyText span.right,
.funnyText span.top {
    position: absolute
}

.funnyText .charWrap {
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s
}

.funnyText .charWrap .top {
    top: 0
}

.funnyText .charWrap .left {
    left: 0
}

.funnyText .charWrap .right {
    right: 0
}

.funnyText .charWrap .bottom {
    bottom: 0
}

.funnyText .character {
    display: inline-block;
    overflow: hidden
}