@media screen and (max-width: 1550px) {
    .tb-list-name {
        display: none !important;
        width: 0 !important;
    }
}

@media screen and (max-width: 670px) {
    body {
        overflow-x: auto !important;
    }
}

@media screen and (max-width: 1271px) {
    #widgets-area {
        display: none !important;
    }
}

@media screen and (max-width: 815px) {
    #left-widgets-area {
        display: none !important;
    }
}
