@media screen and (max-width: 425px) {

/*-----------------------------------------------------	*/
/* Breadcrumb
/*-----------------------------------------------------	*/

section.breadcrumb ul {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

}