@media only screen and (min-width: 961px) {
    /*fixes centering of top level nav*/
    .menu-category {
        min-width: auto;
    }
}