#banner {
    height: 31px
}

#content {
   
    background-size: cover;
}

.board-height {
    height: 232px;
    width: 100%
}

#news,
#banner {
    display: none
}

#lobby > ul.game-list {
    padding: 72px 0 0 380px
}

    #lobby > ul.game-list > li, #lobby > ul.game-list > li:before {
        width: 171px;
        height: 171px;
        margin: 6px 4px;
    }

    #lobby > ul.game-list > li:hover {
        background-position: 0 170px
    }
#board > li:before{background:none}
