@media (min-width: 992px) {
    .search-wrapper {
        width: 42%;
        right: 0;
    }

    .navigate-wrapper { /* needs override */
        width: 42% !important;
        right: 0;
    }
}