br.mob-brk{
    display: none;
}
span.separator-pipe{
    font-size: 12px;
}
@media only screen and (max-width: 414px){
    br.mob-brk{
        display: block;
    }
}
@media only screen and (min-width: 736px) and (max-width: 812px){
    span.separator-pipe{
        display:none;
    }
    br.mob-brk{
        display: block;
    }
}
@media only screen and (min-width: 569px) and (max-width: 667px){
    span.sep.three{
        display:none;
    }
}
@media only screen and (min-width: 415px) and (max-width: 568px){
    span.sep.two{
        display:none;
    }
}
@media only screen and (min-width: 376px) and (max-width: 414px){
    span.sep.one,span.separator-pipe{
        display:none;
    }
}
@media only screen and (min-width: 321px) and (max-width: 375px){
    span.sep.hide,span.sep.three,span.separator-pipe{
        display:none;
    }
}
@media only screen and (max-width: 320px){
    span.sep.hide,span.sep.two,span.separator-pipe{
        display:none;
    }
}