#banner {
    height: 31px
}

#content {
   
    background-size: cover;
}

.board-height {
    height: 107px;
    width: 100%
}

#news,
#banner {
    display: none
}

ul.game-list {
    padding: 72px 0 0 380px
}

    ul.game-list > li {
        width: 171px;
        height: 171px;
        margin: 6px 4px;
        background: no-repeat center top
    }

        ul.game-list > li:hover {
            background-position-y: bottom
        }
