.carousellove {
    width: 100%;
    clear: both;
    height: 40vh;
    background-color: #491313;
    padding: 0;
    overflow: hidden;
}

.carousellove figure {
    width: 800%;
    position: relative;
    animation: 60s carousellove infinite;    
}

.carousellove figure img {
    width: 3%;
    float: left;
    margin: 0.1% 4.5% 0% 5%;
    height: 95%;
}

@keyframes carousellove {
    0% {
        left: 0;
    }
    15% {
        left: 0;
    }
    17% {
        left: -100%;
    }
    27% {
        left: -100%;
    }
    29% {
        left: -200%;
    }
    39% {
        left: -200%;
    }
    41% {
        left: -300%;
    }
    51% {
        left: -300%;
    }
    53% {
        left: -400%;
    }
    63% {
        left: -400%;
    }
    65% {
        left: -500%;
    }
    75% {
        left: -500%;
    }
    77% {
        left: -600%;
    }
    87% {
        left: -600%;
    }
    92% {
        left: -700%;
    }
    100% {
        left: -700%;
    }
}

.carousellive {
    width: 100%;
    clear: both;
    height: 45vh;
    background-color: #491313;
    padding: 0;
    overflow: hidden;
}

.carousellive figure {
    width: 800%;
    position: relative;
    animation: 60s review infinite;    
}

.carousellive figure img {
    width: 5%;
    float: left;
    margin: 0.1% 3.5% 0 4%;
    height: 95%;
}

@keyframes review {
    0% {
        left: 0;
    }
    15% {
        left: 0;
    }
    17% {
        left: -100%;
    }
    27% {
        left: -100%;
    }
    29% {
        left: -200%;
    }
    39% {
        left: -200%;
    }
    41% {
        left: -300%;
    }
    51% {
        left: -300%;
    }
    53% {
        left: -400%;
    }
    63% {
        left: -400%;
    }
    65% {
        left: -500%;
    }
    75% {
        left: -500%;
    }
    77% {
        left: -600%;
    }
    87% {
        left: -600%;
    }
    92% {
        left: -700%;
    }
    100% {
        left: -700%;
    }
}
