#banner {
    background-image: url('../images/sport/sportPage/banner.webp')
}

#content {
    background-image: url('../images/sport/sportPage/bg2.webp')
}

#lobby {
    padding: 20px 0;
    background: #2b1702;
    border: 1px solid #562e04
}

ul.game-list > li {
    width: 319px;
    height: 510px;
    margin: 15px 15px;
    padding-top: 433px;
    background: no-repeat center top
}

    ul.game-list > li:hover {
        background-position-y: bottom
    }

    
    ul.game-list > li p {
        padding: 0 13px;
        color: #847264;
        font-size: 12px;
        text-align: left
    }
