#banner {
    height: 355px;
    background-image: url('../images/sport/sportPage/banner.webp')
}

#content {
    padding-bottom: 60px;
    background-image: url('../images/sport/sportPage/bg2.webp')
}

ul.game-list:before {
    content: '';
    display: block;
    height: 95px;
    margin: 0 auto 40px;
    background: url('../images/sport/sportPage/title.webp') no-repeat center center
}

ul.game-list > li {
    height: 366px
}

    
