@media (min-width:781px) and (max-width: 992px){
    .navbar-nav{
        flex-direction: row;
        width: 55%;
        float: right;
    }

    .second_nav{
        width: 100%;
    }

    .second_nav > .navbar-nav{
        width: auto;
        float: unset;
        flex-wrap: wrap;
        justify-content: center;
    }

    .banner-ondemand {
        height: 270px;
    }

    .banner-taller {
        height: 270px;
        background-position: left center, 5rem 0;
    }

    .banner-webinar {
        height: 270px;
        background-position: left center, 5rem 0;
    }

    .video-play-ico {
        width: 13px;
        position: absolute;
        left: 10px;
        padding-bottom: 0px;
        top: 45px;
    }

    .abs{
        padding: 2rem 9rem 0 0.5rem;
    }

    .title-not {
        line-height: 1rem;
        height: 7.5rem;
        padding: 5.5rem 7.5rem 0 0.5rem;
    }

}