@media (min-width:992px) and (max-width: 1200px){
    .banner-ondemand {
        background-size: 56%,cover;
        height: 350px;
    }

    .banner-webinar {
        background-size: 56%,cover;
        height: 350px;
        background-position: left center, 5rem 0;
    }

    .banner-taller {
        background-size: 56%,cover;
        height: 350px;
        background-position: left center, 5rem 0;
    }

    .video-play-ico {
        width: 13px;
        position: absolute;
        left: 10px;
        padding-bottom: 0px;
        top: 45px;
    }
    .abs{
        padding: 2.5rem 8rem 0 0.5rem;
    }

    .title-not {
        position: absolute;
        width: 100%;
        display: inline-block;
        line-height: 0.7rem;
        height: 6.5rem;
        text-overflow: ellipsis;
        display: -webkit-box;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 11px;
        color: #fff!important;
        font-weight: 100;
        padding: 5rem 7.5rem 0 0.5rem;
    }

    .presentacion-ico {
        width: 15px;
    }
    
    .rel-ico{
        width:15px;
    }
}