@media only screen and (max-width: 500px) {
    .ws-title {
        display: none !important;
    }
}