.breadcrumb{

    position: inherit;
    right: 0;
}
@media screen and (min-width:320px) and (max-width:800px) {

.breadcrumb{
    text-align: center;
    padding: 2em 0;
    position: inherit;
    left: 0;
}
}