.mobile-cell-title {
    display: none;
}
@media screen and (max-width: 950px) {
    html .mobile-cell-title {
        display: inline-block;
        margin: 0 5px 0 0;
        color: #c1c1c1;
    }
}