#banner {
    background-image: url('../images/lottery/lotteryPage/banner.webp')
}

#content {
    background-image: url('../images/lottery/lotteryPage/bg2.webp')
}

#lobby {
    padding: 45px 17px 0;
    background: #291503;
    border: 1px solid #3b2310
}

ul.game-list {
    padding: 30px;
    background: #211102;
    border: 1px solid #422204
}

    ul.game-list > li {
        width: 235px;
        height: 319px;
        margin: 0 6px 20px
    }

        

        ul.game-list > li:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 6px;
            background-color: #fef09a;
            -moz-transition: width .6s;
            -o-transition: width .6s;
            -webkit-transition: width .6s;
            transition: width .6s
        }

        ul.game-list > li:hover:after {
            width: 100%
        }
