.comments-button, .game_connecting, #start-league, #play-bot, #newbot, #invite-friend, #play-now, .set-tie {
    display: none!important;
}

#menu {
    text-align: center;
    position: relative;
    top: -300px;
    height: 150px;
}

@media (max-width: 767px) {
    #chat {
        display: none;
    }

    #menu {
        top: -65%;
    }
}

@media (max-height: 650px) {
    #chat {
        display: none;
    }

    #menu {
        top: -65%;
    }
}