.top_games_banner {
  width: 100%;
  min-width: 400px;
  height: auto;
  min-height: 100px;
  position: relative;
}
.games_banner_pagination {
  display: flex;
  align-items: top;
  position: absolute;
  justify-content: right;
  width: 100%;
  padding-top: 25px;
  padding-right: 25px;
  img {
    width: 200px;
    /* border-radius: 15px; */
    margin:0 0 30px 10px;
  }
  position: absolute;
  top: 80%;
  z-index: 9;
}
.swiper-pagination-bullet {
  opacity: 0.8;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.paginationBox {
  display: flex;
  align-items: center;
  background-color: transparent !important;
  width: 150px !important; 
  height: 150px !important;
  
  /* padding: 5px 5px; */
  /* border-radius: 15px !important; */
  /* margin: 0 30px; */

  .game_name {
    font-size: 20px;
    color: #fff;
  }
}

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