div.thumb img{
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}
div.middle-widget{
    display: inline-block;
    width: 33%;
}
li.swiper-slide.top{
    /* width: 232px!important; */
    /* height: 164px; */
}
li.top div.thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div.wdg-games{
    /* justify-content: flex-start!important; */
}
div.wdg-games div.thumb img{
    width: 232px;
    height: 325px;
    object-fit: cover;
}
section.content-wrap div.inner{
    padding-bottom: 0;
}
img.banner_image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a.banner_no_image{
    width: 50%;
    border: 1px solid #eaeaea;
}
li.swiper-slide.top div.thumb{
    width: 250px;
    height: 350px;
}
@media ( max-width: 768px ) {
    .promotion-wrap:before {
        height:446px;
    }
    .promotion-wrap{
        padding: 0 0 3rem!important;
    }
    div.wdg-games div.thumb img{
        height: 270px;
    }
    .promotion-wrap .swiper .swiper-wrapper .swiper-slide .title{
        margin-top : 10px!important;
    }
    .wdg {
        margin-bottom: 15px;
    }
    /* .promotion-wrap .swiper-slide .thumb{ */
        /* height: 162px!important; */
    /* } */
    /* .promotion-wrap .swiper .swiper-wrapper .swiper-slide .title{
        margin-top:250px;
    } */
    /* li.swiper-slide.top.swiper-slide-active .info-box{
        background: transparent;
    } */
}