.breadcrumb>.active a {
    color: #777;
}

@media screen and (max-width:767px) {
    .breadcrumb {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}