#videolist-box-carousel-inner-container {
    width: 100%;
    margin-bottom: 24px;
}

#videolist-box-carousel-container .wrapper-img {
    display: block;
    position: relative;
}

#videolist-box-carousel-container .wrapper-img::before{
    content: "\f144";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    left: 50%;
    top: 50%;
    position: absolute;
    /* padding: 8px; */
    background: #ccc9c9;
    color: #000;
    opacity: 0.7;
    font-size: 40px;
    border-radius: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

#videolist-box-carousel-container .row img{
    object-fit: cover;
    width: 90px;
    height: 90px;
}

#videolist-box-carousel-container .row h2{
    font-size: 14px;
}

#videolist-box-carousel-container .row p{
    font-size: 12px;
}

#videolist-box-carousel-container .to-all-news{
    text-align: center;
    margin-right: 0;
}

#videolist-box-carousel-container .swiper-pagination-bullet {
    /*background: #000;*/
}

#videolist-box-carousel-container .swiper-container-horizontal>.swiper-pagination-bullets {
    /*bottom: 24px;*/
    position: relative;
}

#videolist-box-carousel-container .label-section{
    /*background: #9E9E9E;
    color: #fff;*/
}

#videolist-box-carousel-container .col{
    padding-top: 0;
    padding-bottom: 0;
}