@media all and (max-width: 991px) {

    #orly {
        font-size: 15px;
    }

    #orly .header .header_container_main {

        background-position: -150px 0;
    }

    #orly .lrg-font {
        font-size: 18px!important;
        line-height: 30px;
    }
}

@media all and (max-width: 875px) {
    #orly .top_scroll_menu .orly_top_menu .orly_top_menu_bgr a {
        font-size: 12px;
        padding-right: 15px;
    }
}


@media all and (max-width: 875px) {
    #orly .top_scroll_menu .orly_top_menu {
        display: none;
    }

    #orly .top_scroll_menu .mobile_menu_button {
        display: block;
    }

}