
.wordCarousel {
    font-size: 36px;
    font-weight: 100;
    color: #eee;
}

.div-alter {
    overflow: hidden;
    position: relative;
    height: 65px;
    padding-top: 10px;
    margin-top: -10px;
}


.li-alter {
    font-family: Serif;
    color: #eee;
    font-weight: 700;
    padding: 0 10px;
    height: 45px;
    width: 100%;
    margin-bottom: 45px;
    display: block;
    overflow: hidden;
}

.flip4 { animation: flip4 10s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; }

@keyframes flip4 {
    0% { margin-top: -360px; }
    5% { margin-top: -270px; }
    25% { margin-top: -270px; }
    30% { margin-top: -180px; }
    50% { margin-top: -180px; }
    55% { margin-top: -90px; }
    75% { margin-top: -90px; }
    80% { margin-top: 0px; }
    99.99% { margin-top: 0px; }
    100% { margin-top: -270px; }
}

.absolution {
    position: absolute;
    top: 40%;
    left: 30%;
}

.absolution-duo {
    position: absolute;
    top: 150%;
    left: 28%;
}

.absolution-one {
    position: absolute;
    top: 150%;
    left: 0%;
}
