.flex {
    display: flex;
    js-display: -webkit-box;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.carousel-box {
    overflow: hidden;
    height: 100%;
}

ol,
ul {
    list-style: none;
}

.carousel-box .carousel-list {
    -webkit-transition: all 1s;
    transition: all 1s;
    height: 100%;
}

.carousel-box .carousel-list li {
    position: relative;
    height: 100%;
}

.carousel-box .carousel-list li img {
    height: 100%;
    width: 100%;
}