.video-carousel2 {
    overflow: hidden;
}

.swiper.video-carousel2 .swiper-wrapper {
    overflow: unset;
}

.video-carousel2 .vpc-item {
    position: relative;
    width: 100%;
    min-height: 600px;
    border-radius: 10px;
}

.video-carousel2 .vpc-item a > div {
    width: 100%;
}

.video-carousel2 .vpc-item .vpc-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.video-carousel2 .vpc-item .vpc-details {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: #00000091;
    border-radius: 10px;
    padding: 15px;
}

.video-carousel2 .vpc-details .vpc-title h2 {
    color: #fff;
    font-size: 20px;
}

.video-carousel2 .vpc-play-button {
    text-align: center;
    font-size: 4em;
    color: rgba(255, 255, 255, .86);
    text-shadow: 0 0 10px rgba(0, 0, 0, .17);
}

.video-carousel2 .vpc-item {
    overflow: hidden;
}

.video-carousel2 .vpc-item .vpc-details .vpc-metas {
    margin-top: 1em;
}

.video-carousel2 .vpc-item .vpc-details .vpc-metas i {
    margin: 0 7px;
}

.video-carousel2 .vpc-item .vpc-details .vpc-metas > div {
    display: inline-block;
    margin: 0 5px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
}

.video-carousel2 .vpc2-swiper-pagination {
    text-align: center;
    margin-top: 15px;
}

.video-carousel2 .vpc2-swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    border-radius: 50px;
    transition: width .4s;
}

.video-carousel2 .vpc2-swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    background-color: #5e5e5e;
}