.mainContent .carousel-button {
  margin: 10px 10px 5px 0;
}
div.first_row div.column {
  margin: 10px 0 0 9px;
  height: 196px;
}
.mainContent .main-content {
  min-height: 200px;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
      background-position: -500px 0;
  }
  100% {
      background-position: 500px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
      background-position: -500px 0;
  }
  100% {
      background-position: 500px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
      background-position: -500px 0;
  }
  100% {
      background-position: 500px 0;
  }
}
@keyframes placeHolderShimmer2 {
  0% {
      background-position: -267px 0;
  }
  100% {
      background-position: 267px 0;
  }
}

.animated-background, .carousel-loader-line, .winner-loader-line {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #333333;
  background: linear-gradient(to right, #333333 8%, #444444 18%, #333333 33%);
  background-size: 1000px 104px;
  height: 96px;
  position: relative;
}
.carousel-loader-line {
  height: 10px;
  width: 500px;
  margin: 10px 0;
}
.carousel-loader-line.carousel-loader-line1 {
  height: 60px;
  margin-bottom: 15px;
}
.carousel-loader-line.carousel-loader-line3 {
  margin-top: 15px;
  height: 30px;
  width: 200px;
}
.carousel-loader-line.spacer {
  background: none;
  height: 50px;
}

.games-slot .games_menu {
  display: flex;
  flex-wrap: wrap;
  column-gap: 14px;
  row-gap: 10px;
  align-items: flex-start;
}
.games_menu .games {
  overflow: hidden;
  margin: unset;
  float: unset;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}
.games_menu .games .games-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0,0,0,0.6);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}
.games_menu .games img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}
.games_menu .games .game_button_play,
.games_menu .games .game_button_try {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: block;
  opacity: 1;
}

.games_menu .games .game_button_play{
  top: 0px;
}
.games_menu .games .game_button_try{
  top: 170px;
}
.games_menu .games .game_button_plays a,
.games_menu .games .game_button_trys a {
  color: #fff;
  line-height: 26px;
  font-family: dinpro, sans-serif;
  font-size: 14px;
  width: 100%;
  display: block;
}
.games_menu .games:hover .games-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* .games_menu .games:hover .image img.unveiled {
  opacity: 1 !important;
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
} */
.games_menu .games .image img {
  height: auto !important;
  width: auto !important;
  position: absolute;
}
.games_menu .games .name,
.games_menu .games .name * {
  z-index: 1;
}
.games_menu .games:hover .game_button_play,
.games_menu .games:hover .game_button_try {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 84px;
}
.games_menu .games:hover .games-overlay.games-has-try .game_button_play,
.games_menu .games:hover .games-overlay.games-has-try .game_button_try {
  top: 73px;
}

.games_menu .games .game_progressive {
  display: block;
}
.games_menu .games .game_progressive.game_progressive_rtp {
  bottom: 26px;
}
.games_menu .games_bravado_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.games_bravado_container .game_info {
  margin: 0;
  margin-top: 2px;
  width: 142px;
}
.games_bravado_container .game_rtp {
  background-color: #1b607f;
  color: #38c0ff;
  font-size: 14px;
  padding: 5px 0;
  width: 146px;
  position: absolute;
  bottom: 0;
  text-align: center;
}

div.featured_background {
  background-color: #1f1f1f;
  padding: 0;
}
body.white div.featured_background {
  background-color: #ffffff;
}

div.games-groups {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background: #0f0f0f;
}
body.white div.games-groups {
  background: #f6f6f6;
}
div.games-groups a {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
div.games-groups a:hover,
div.games-groups a.active,
div.games-providers a:hover,
div.games-providers a.active {
  color: #2fa8fd !important;
}
div.games-groups .gg-filter {
  display: flex;
}
div.games-groups .gg-filter > a {
  margin-right: 23px;
  max-height: 35px;
}
div.games-groups .gg-search {
  flex: 1 1 0;
  text-align: right;
  max-width: 300px;
  position: relative;
}
div.games-groups .gg-search input {
  width: 300px;
  font-size: 14px;
  color: #808080;
  background: #1f1f1f;
  padding: 10px 2px;
}
body.white div.games-groups .gg-search input {
  background: #ddd;
  border-color: #d6d6d6;
}
div.games-providers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  flex-wrap: wrap;
}
div.games-providers:after {
  content: "";
  flex: auto;
}
body.white div.games-groups a,
body.white div.games-providers a,
body.white div.games-load-more a {
  color: #000;
}
.games-icon {
  position: relative;
}
.games-icon:before {
  content: "";
  height: 45px;
  width: 155px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: contain;
}

.games-filter-box {
  position: absolute;
  border: 1px solid #808080;
  z-index: 100;
  padding: 20px;
  display: none;
  box-shadow: 0px 10px 12px #1f1f1f;
  width: 378px;
  background: inherit;
}
body.white .games-filter-box {
  border: 1px solid #efefef;
  box-shadow: 0px 10px 12px #dcdcdc;
}
.games-filter-box.active {
  display: block !important;
}
.games-filter-box .games-filter {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.games-filter-box .games-filter,
.games-filter-box .games-filter * {
  font-size: 14px;
}
.games-filter-box .games-filter .w88-button {
  font-size: 20px;
  padding: 8px 15px;
}
.games-filter .gg-filter-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.games-icon.ico-search {
  position: absolute;
  top: 7px;
  right: 5px;
}
.games-icon.ico-filter {
  position: relative;
  margin-right: 10px;
}
.games-icon.ico-search:hover,
.games-icon.ico-filter:hover {
  cursor: pointer;
}
.games-icon.ico-search:before {
  background-image: url("/_static/svg/grey/ico-search.svg");
  height: 21px;
  width: 21px;
}
.games-icon.ico-filter:before {
  background-image: url("/_static/svg/grey/filter.svg");
  height: 35px;
  width: 35px;
}
body.white .games-icon.ico-search:before {
  background-image: url("/_static/svg/white/ico-search.svg");
}
body.white .games-icon.ico-filter:before {
  background-image: url("/_static/svg/white/filter.svg");
}

div.games-providers .games-icon.anakatechslot:before {
  background-image: url("/_static/games/img/logo/grey/Anakatech.png");
}
div.games-providers .games-icon.apollo:before {
  background-image: url("/_static/games/img/logo/grey/Toptrend-Gaming.png");
}
div.games-providers .games-icon.booongo:before {
  background-image: url("/_static/games/img/logo/grey/Booongo.png?1");
}
div.games-providers .games-icon.bravado:before {
  background-image: url("/_static/games/img/logo/grey/GPI.png");
}
div.games-providers .games-icon.cq9slot:before {
  background-image: url("/_static/games/img/logo/grey/CQ9.png");
}
div.games-providers .games-icon.evolution:before {
  background-image: url("/_static/games/img/logo/grey/Evolution.png");
}
div.games-providers .games-icon.fivegames:before {
  background-image: url("/_static/games/img/logo/grey/5G.png");
}
div.games-providers .games-icon.gallardo:before {
  background-image: url("/_static/games/img/logo/grey/iSoftbet.png");
}
div.games-providers .games-icon.genesis:before {
  background-image: url("/_static/games/img/logo/grey/Genesis.png");
}
div.games-providers .games-icon.indi:before {
  background-image: url("/_static/games/img/logo/grey/IndiSlots.png");
}
div.games-providers .games-icon.jilislot:before {
  background-image: url("/_static/games/img/logo/grey/Jili.png");
}
div.games-providers .games-icon.massimo:before {
  background-image: url("/_static/games/img/logo/grey/Microgaming.png");
}
div.games-providers .games-icon.nagagames:before {
  background-image: url("/_static/games/img/logo/grey/Naga-Games.png");
}
div.games-providers .games-icon.palazzo:before {
  background-image: url("/_static/games/img/logo/grey/Playtech.png");
}
div.games-providers .games-icon.playngo:before {
  background-image: url("/_static/games/img/logo/grey/Playn-GO.png");
}
div.games-providers .games-icon.pgsoft:before {
  background-image: url("/_static/games/img/logo/grey/PG.png");
}
div.games-providers .games-icon.pragmatic:before {
  background-image: url("/_static/games/img/logo/grey/Pragmatic-Play.png");
}
div.games-providers .games-icon.qtech:before {
  background-image: url("/_static/games/img/logo/grey/QTech.png");
}
div.games-providers .games-icon.sabaplayslot:before {
  background-image: url("/_static/games/img/logo/grey/Saba-Play.png");
}
div.games-providers .games-icon.skywind:before {
  background-image: url("/_static/games/img/logo/grey/Skywind.png");
}
div.games-providers .games-icon.slotcrescendo:before {
  background-image: url("/_static/games/img/logo/grey/crescendo.png");
}
div.games-providers .games-icon.solid:before {
  background-image: url("/_static/games/img/logo/grey/Solid-Gaming.png");
}
div.games-providers .games-icon.spade:before {
  background-image: url("/_static/games/img/logo/grey/Spade-Gaming.png");
}
div.games-providers .games-icon.yggdrasil:before {
  background-image: url("/_static/games/img/logo/grey/Yggdrasil.png");
}

body.white div.games-providers .games-icon.anakatechslot:before {
  background-image: url("/_static/games/img/logo/white/Anakatech.png");
}
body.white div.games-providers .games-icon.apollo:before {
  background-image: url("/_static/games/img/logo/white/Toptrend-Gaming.png");
}
body.white div.games-providers .games-icon.booongo:before {
  background-image: url("/_static/games/img/logo/white/Booongo.png?1");
}
body.white div.games-providers .games-icon.bravado:before {
  background-image: url("/_static/games/img/logo/white/GPI.png");
}
body.white div.games-providers .games-icon.cq9slot:before {
  background-image: url("/_static/games/img/logo/white/CQ9.png");
}
body.white div.games-providers .games-icon.evolution:before {
  background-image: url("/_static/games/img/logo/white/Evolution.png");
}
body.white div.games-providers .games-icon.fivegames:before {
  background-image: url("/_static/games/img/logo/white/5G.png");
}
body.white div.games-providers .games-icon.gallardo:before {
  background-image: url("/_static/games/img/logo/white/iSoftbet.png");
}
body.white div.games-providers .games-icon.genesis:before {
  background-image: url("/_static/games/img/logo/white/Genesis.png");
}
body.white div.games-providers .games-icon.indi:before {
  background-image: url("/_static/games/img/logo/white/IndiSlots.png");
}
body.white div.games-providers .games-icon.jilislot:before {
  background-image: url("/_static/games/img/logo/white/Jili.png");
}
body.white div.games-providers .games-icon.massimo:before {
  background-image: url("/_static/games/img/logo/white/Microgaming.png");
}
body.white div.games-providers .games-icon.nagagames:before {
  background-image: url("/_static/games/img/logo/white/Naga-Games.png");
}
body.white div.games-providers .games-icon.palazzo:before {
  background-image: url("/_static/games/img/logo/white/Playtech.png");
}
body.white div.games-providers .games-icon.playngo:before {
  background-image: url("/_static/games/img/logo/white/Playn-GO.png");
}
body.white div.games-providers .games-icon.pgsoft:before {
  background-image: url("/_static/games/img/logo/white/PG.png");
}
body.white div.games-providers .games-icon.pragmatic:before {
  background-image: url("/_static/games/img/logo/white/Pragmatic-Play.png");
}
body.white div.games-providers .games-icon.qtech:before {
  background-image: url("/_static/games/img/logo/white/QTech.png");
}
body.white div.games-providers .games-icon.sabaplayslot:before {
  background-image: url("/_static/games/img/logo/white/Saba-Play.png");
}
body.white div.games-providers .games-icon.skywind:before {
  background-image: url("/_static/games/img/logo/white/Skywind.png");
}
body.white div.games-providers .games-icon.slotcrescendo:before {
  background-image: url("/_static/games/img/logo/white/crescendo.png");
}
body.white div.games-providers .games-icon.solid:before {
  background-image: url("/_static/games/img/logo/white/Solid-Gaming.png");
}
body.white div.games-providers .games-icon.spade:before {
  background-image: url("/_static/games/img/logo/white/Spade-Gaming.png");
}
body.white div.games-providers .games-icon.yggdrasil:before {
  background-image: url("/_static/games/img/logo/white/Yggdrasil.png");
}

div.games-providers a.active .games-icon.anakatechslot:before,
div.games-providers a:hover .games-icon.anakatechslot:before {
  background-image: url("/_static/games/img/logo/grey/hover/Anakatech.png");
}
div.games-providers a.active .games-icon.apollo:before,
div.games-providers a:hover .games-icon.apollo:before {
  background-image: url("/_static/games/img/logo/grey/hover/Toptrend-Gaming.png");
}
div.games-providers a.active .games-icon.booongo:before,
div.games-providers a:hover .games-icon.booongo:before {
  background-image: url("/_static/games/img/logo/grey/hover/Booongo.png?1");
}
div.games-providers a.active .games-icon.bravado:before,
div.games-providers a:hover .games-icon.bravado:before {
  background-image: url("/_static/games/img/logo/grey/hover/GPI.png");
}
div.games-providers a.active .games-icon.cq9slot:before,
div.games-providers a:hover .games-icon.cq9slot:before {
  background-image: url("/_static/games/img/logo/grey/hover/CQ9.png");
}
div.games-providers a.active .games-icon.evolution:before,
div.games-providers a:hover .games-icon.evolution:before {
  background-image: url("/_static/games/img/logo/grey/hover/Evolution.png");
}
div.games-providers a.active .games-icon.gallardo:before,
div.games-providers a:hover .games-icon.gallardo:before {
  background-image: url("/_static/games/img/logo/grey/hover/iSoftbet.png");
}
div.games-providers a.active .games-icon.fivegames:before,
div.games-providers a:hover .games-icon.fivegames:before {
  background-image: url("/_static/games/img/logo/grey/hover/5G.png");
}
div.games-providers a.active .games-icon.genesis:before,
div.games-providers a:hover .games-icon.genesis:before {
  background-image: url("/_static/games/img/logo/grey/hover/Genesis.png");
}
div.games-providers a.active .games-icon.indi:before,
div.games-providers a:hover .games-icon.indi:before {
  background-image: url("/_static/games/img/logo/grey/hover/IndiSlots.png");
}
div.games-providers a.active .games-icon.jilislot:before,
div.games-providers a:hover .games-icon.jilislot:before {
  background-image: url("/_static/games/img/logo/grey/hover/Jili.png");
}
div.games-providers a.active .games-icon.massimo:before,
div.games-providers a:hover .games-icon.massimo:before {
  background-image: url("/_static/games/img/logo/grey/hover/Microgaming.png");
}
div.games-providers a.active .games-icon.nagagames:before,
div.games-providers a:hover .games-icon.nagagames:before {
  background-image: url("/_static/games/img/logo/grey/hover/Naga-Games.png");
}
div.games-providers a.active .games-icon.palazzo:before,
div.games-providers a:hover .games-icon.palazzo:before {
  background-image: url("/_static/games/img/logo/grey/hover/Playtech.png");
}
div.games-providers a.active .games-icon.playngo:before,
div.games-providers a:hover .games-icon.playngo:before {
  background-image: url("/_static/games/img/logo/grey/hover/Playn-GO.png");
}
div.games-providers a.active .games-icon.pgsoft:before,
div.games-providers a:hover .games-icon.pgsoft:before {
  background-image: url("/_static/games/img/logo/grey/hover/PG.png");
}
div.games-providers a.active .games-icon.pragmatic:before,
div.games-providers a:hover .games-icon.pragmatic:before {
  background-image: url("/_static/games/img/logo/grey/hover/Pragmatic-Play.png");
}
div.games-providers a.active .games-icon.qtech:before,
div.games-providers a:hover .games-icon.qtech:before {
  background-image: url("/_static/games/img/logo/grey/hover/QTech.png");
}
div.games-providers a.active .games-icon.sabaplayslot:before,
div.games-providers a:hover .games-icon.sabaplayslot:before {
  background-image: url("/_static/games/img/logo/grey/hover/Saba-Play.png");
}
div.games-providers a.active .games-icon.skywind:before,
div.games-providers a:hover .games-icon.skywind:before {
  background-image: url("/_static/games/img/logo/grey/hover/Skywind.png");
}
div.games-providers a.active .games-icon.slotcrescendo:before,
div.games-providers a:hover .games-icon.slotcrescendo:before {
  background-image: url("/_static/games/img/logo/grey/hover/crescendo.png");
}
div.games-providers a.active .games-icon.solid:before,
div.games-providers a:hover .games-icon.solid:before {
  background-image: url("/_static/games/img/logo/grey/hover/Solid-Gaming.png");
}
div.games-providers a.active .games-icon.spade:before,
div.games-providers a:hover .games-icon.spade:before {
  background-image: url("/_static/games/img/logo/grey/hover/Spade-Gaming.png");
}
div.games-providers a.active .games-icon.yggdrasil:before,
div.games-providers a:hover .games-icon.yggdrasil:before {
  background-image: url("/_static/games/img/logo/grey/hover/Yggdrasil.png");
}
body.white div.games-providers a.active .games-icon.anakatechslot:before,
body.white div.games-providers a:hover .games-icon.anakatechslot:before {
  background-image: url("/_static/games/img/logo/white/hover/Anakatech.png");
}
body.white div.games-providers a.active .games-icon.apollo:before,
body.white div.games-providers a:hover .games-icon.apollo:before {
  background-image: url("/_static/games/img/logo/white/hover/Toptrend-Gaming.png");
}
body.white div.games-providers a.active .games-icon.booongo:before,
body.white div.games-providers a:hover .games-icon.booongo:before {
  background-image: url("/_static/games/img/logo/white/hover/Booongo.png?1");
}
body.white div.games-providers a.active .games-icon.bravado:before,
body.white div.games-providers a:hover .games-icon.bravado:before {
  background-image: url("/_static/games/img/logo/white/hover/GPI.png");
}
body.white div.games-providers a.active .games-icon.cq9slot:before,
body.white div.games-providers a:hover .games-icon.cq9slot:before {
  background-image: url("/_static/games/img/logo/white/hover/CQ9.png");
}
body.white div.games-providers a.active .games-icon.evolution:before,
body.white div.games-providers a:hover .games-icon.evolution:before {
  background-image: url("/_static/games/img/logo/white/hover/Evolution.png");
}
body.white div.games-providers a.active .games-icon.gallardo:before,
body.white div.games-providers a:hover .games-icon.gallardo:before {
  background-image: url("/_static/games/img/logo/white/hover/iSoftbet.png");
}
body.white div.games-providers a.active .games-icon.fivegames:before,
body.white div.games-providers a:hover .games-icon.fivegames:before {
  background-image: url("/_static/games/img/logo/white/hover/5G.png");
}
body.white div.games-providers a.active .games-icon.genesis:before,
body.white div.games-providers a:hover .games-icon.genesis:before {
  background-image: url("/_static/games/img/logo/white/hover/Genesis.png");
}
body.white div.games-providers a.active .games-icon.indi:before,
body.white div.games-providers a:hover .games-icon.indi:before {
  background-image: url("/_static/games/img/logo/white/hover/IndiSlots.png");
}
body.white div.games-providers a.active .games-icon.jilislot:before,
body.white div.games-providers a:hover .games-icon.jilislot:before {
  background-image: url("/_static/games/img/logo/white/hover/Jili.png");
}
body.white div.games-providers a.active .games-icon.massimo:before,
body.white div.games-providers a:hover .games-icon.massimo:before {
  background-image: url("/_static/games/img/logo/white/hover/Microgaming.png");
}
body.white div.games-providers a.active .games-icon.nagagames:before,
body.white div.games-providers a:hover .games-icon.nagagames:before {
  background-image: url("/_static/games/img/logo/white/hover/Naga-Games.png");
}
body.white div.games-providers a.active .games-icon.palazzo:before,
body.white div.games-providers a:hover .games-icon.palazzo:before {
  background-image: url("/_static/games/img/logo/white/hover/Playtech.png");
}
body.white div.games-providers a.active .games-icon.playngo:before,
body.white div.games-providers a:hover .games-icon.playngo:before {
  background-image: url("/_static/games/img/logo/white/hover/Playn-GO.png");
}
body.white div.games-providers a.active .games-icon.pgsoft:before,
body.white div.games-providers a:hover .games-icon.pgsoft:before {
  background-image: url("/_static/games/img/logo/white/hover/PG.png");
}
body.white div.games-providers a.active .games-icon.pragmatic:before,
body.white div.games-providers a:hover .games-icon.pragmatic:before {
  background-image: url("/_static/games/img/logo/white/hover/Pragmatic-Play.png");
}
body.white div.games-providers a.active .games-icon.qtech:before,
body.white div.games-providers a:hover .games-icon.qtech:before {
  background-image: url("/_static/games/img/logo/white/hover/QTech.png");
}
body.white div.games-providers a.active .games-icon.sabaplayslot:before,
body.white div.games-providers a:hover .games-icon.sabaplayslot:before {
  background-image: url("/_static/games/img/logo/white/hover/Saba-Play.png");
}
body.white div.games-providers a.active .games-icon.skywind:before,
body.white div.games-providers a:hover .games-icon.skywind:before {
  background-image: url("/_static/games/img/logo/white/hover/Skywind.png");
}
body.white div.games-providers a.active .games-icon.slotcrescendo:before,
body.white div.games-providers a:hover .games-icon.slotcrescendo:before {
  background-image: url("/_static/games/img/logo/white/hover/crescendo.png");
}
body.white div.games-providers a.active .games-icon.solid:before,
body.white div.games-providers a:hover .games-icon.solid:before {
  background-image: url("/_static/games/img/logo/white/hover/Solid-Gaming.png");
}
body.white div.games-providers a.active .games-icon.spade:before,
body.white div.games-providers a:hover .games-icon.spade:before {
  background-image: url("/_static/games/img/logo/white/hover/Spade-Gaming.png");
}
body.white div.games-providers a.active .games-icon.yggdrasil:before,
body.white div.games-providers a:hover .games-icon.yggdrasil:before {
  background-image: url("/_static/games/img/logo/white/hover/Yggdrasil.png");
}

.prettydropdown > ul {
  max-height: 300px;
}

/* OVERRIDE JACKPOT CAROUSEL */
.jackpot_loader,
.jackpot_loader .container {
  width: 1280px;
}
.jackpot_loader .jackpot_loader_item,
.jackpot_loader .jackpot_loader_item .jackpot_loader_item_name {
  width: 255px;
}
.jackpot_loader .special_bg,
.jackpot_loader .jackpot_loader_item.special,
.jackpot_loader .jackpot_loader_item .jackpot_loader_item_title,
.jackpot_loader .jackpot_loader_item.special .jackpot_loader_item_name,
.jackpot_loader .jackpot_loader_item.special .jackpot_loader_item_amount {
  width: 256px;
}
.jackpot_loader .special_bg {
  margin-left: -128px;
}
.jackpot_loader .jackpot_loader_item.special img {
  margin-left: 1px;
}
.jackpot_loader .jackpot_loader_item {
  padding: 7px 0;
}

.winner_wrapper,
.winner_wrapper .winner {
    height: 170px;
    width: 339px;
}
.winner_wrapper .slick-track {
    width: 339px !important;
}
.winner_bg {
  height: 52px !important;
}