.game-section_fondo {
  padding: 60px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.owl-carousel {
  overflow: visible;
}

.game-section_fondo .owl-stage {
  margin: 15px 0;
  display: flex;
  transform: translateX(-30%);
  transition: all 0.3s ease;
}

.game-section_fondo .itemslider_fondo {
    margin: 0 15px 0;
    min-width: 400px;
    height: 814px;
    display: flex;
    align-items: flex-end;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.game-section_fondo .itemslider_fondo:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.game-section_fondo .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}

.game-section_fondo {
  padding: 60px 0;
  overflow: hidden;
}

.itemslider_fondo {
  flex: 0 0 250px;
  scroll-snap-align: start;
}

.game-section_fondo .itemslider_fondo .overlay_fondo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  z-index: 1;
}

body {
  overflow-x: hidden;
}

.galleria__item-inner_fondo {
  padding: 40px 15px !important;
}

.galleria__item-inner_fondo .textolittel_slider_fondo {
  width: 100% !important;
  max-width: 300px;
}

@media (max-width: 700px) {
.game-section_fondo .itemslider_fondo {
    min-width: 300px;
    height: 610px;
}
}