@media (min-width:426px) and (max-width: 480px){
    .navbar-nav{
        flex-direction: row;
        width: 100%;
        float: right;
    }

    .second_nav{
        width: 100%;
    }

    .second_nav > .navbar-nav{
        width: auto;
        float: unset;
        flex-wrap: wrap;
        justify-content: center;
    }

    .page-link {
        font-size: 20px;
    }

    .logo-b{
        width: 40%;
    }

    .dropdown{
        padding-top: 1rem!important;
    }

    .banner-ondemand {
        background-size: 70%,cover;
        height: 180px;
    }

    .banner-taller {
        background-size: 70%,cover;
        height: 180px;
        background-position: left center, 6rem 0;
    }


    .banner-webinar {
        background-size: 70%,cover;
        height: 180px;
        background-position: left center, 6rem 0;
    }


    .page-link {
        font-size: 15px;
    }
}