.logo-img {
    height: 50px;
}

.nav-scroller {
    position: relative;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 1000px) {
    .nav-scroller {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .nav-scroller::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 999px) {
    .nav-scroller::-webkit-scrollbar {
        height: 4px;
    }

    .nav-scroller::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .nav-scroller::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 2px;
    }
}
