

@media screen and (max-width: 960px) {
    .manufacturerIndex {
        display: none
    }

    .manufacturerListBox ul li {
        width: 80px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
