.top_games_banner {
    width: 100%;
    min-width: 400px;
    height: auto;
    min-height: 100px;
}
.games_banner_pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 25px;
    img{
    width: 100px;
    border-radius: 15px;
    margin: 10px;
    }
}
.paginationBox{
    display: flex;
    align-items: center;
    background-color: #313131;
    width: 20%;
    min-width: 250px;
    height: 150px;
    padding: 5px 15px;
    border-radius: 15px;
    margin: 0 30px;
    .game_name{
        font-size: 20px;
        color: #fff;
    }
}
.swiper-pagination-bullet{
    opacity: .6;
}
.swiper-pagination-bullet-active{
    opacity: 1;
}

@media (max-width: 750px) {
    .paginationBox {
       display: none;
    }
}