.slot:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  transform: none !important;
}

.slot__img img {
  object-fit: contain !important;
}

.swiper-slide:has(> a.slot.slot--carousel) {
  width: 215px !important;
  height: 180px;
}

.slot--carousel, .slot--hero {
  padding-top: 0px !important;
}

.game-image img {
  object-fit: contain !important;
}

#games-container .games-container .game-card:hover {
  transform: none !important;
}

.game-card {
  background: none !important;
  box-shadow: none !important;
}

.game-card:hover, .game-card:hover .game-image {
  background: none !important;
}

.col-slot {
  height: 118px;
}