.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;
}

@media (max-width: 768px) {
  .swiper-slide:has(> a.slot.slot--carousel) {
    /* width: 170px !important; */
    /* height: 150px !important; */
    width: 150px !important;
    height: 124px !important;
  }
}