.noticiasListingItem .h3{
    transition: all 0.2s ease-in-out;
}
.noticiasListingItem:hover .h3{
    color: var(--colorfirst) !important;
}

#videoInfoSlides *{
    color: var(--grey) !important;
}
#videoMobileCtr .swiper-slide-active *,
#videoInfoSlides .swiper-slide-active *{
    color: white !important;
}


@media (max-width: 991px) {
    #videoScrollCtr{
        max-height: 0px !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
    }
}
