#ef-swiper-ambienti .swiper {
  width: 100%;
  height: 100%;
}
#ef-swiper-ambienti .swiper-slide {
  text-align: center;
}
#ef-showroom .swiper {
  width: 100%;
  height: 100%;
}
#ef-showroom .swiper-slide {
  width: auto !important;
  max-height: 72.9642rem !important;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}
#ef-showroom .swiper-slide img {
  display: block;
  /* width: 100%;
  height: 100%; */
  max-width: max-content;
  max-height: inherit;
  object-fit: cover;
}
#ef-showroom .swiper-slide {
  width: 80%;
}
#ef-showroom .swiper-slide:nth-child(2n) {
  width: 60%;
}
#ef-showroom .swiper-slide:nth-child(3n) {
  width: 40%;
}
#ef-showroom .swiper-pagination {
  background-color: #fff;
  padding: 7px 19px;
  border-radius: 12px;
  box-shadow: 3px 0 5px rgba(0,0,0,0.25);
  width: 8rem !important;
}
#ef-showroom .swiper-pagination-bullet-active {
  background: var(--accent-2);
}

#ef-showroom .swiper-button-prev, #ef-showroom .swiper-button-next {
  color: var(--accent-2);
}
#ef-showroom .swiper-button-next::after, #ef-showroom .swiper-button-prev::after {
  font-family: "Font Awesome 6 Free";
  background-color: #ffffff;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  border-radius: 12px;
  font-size: 5rem;
  font-weight: 900;
}
#ef-showroom .swiper-button-prev::after, #ef-showroom .swiper-rtl .swiper-button-next::after {
  content: "\f053";
  padding-left: 2.5rem;
  padding-right: 1.5rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: 3px 0 4px rgba(0,0,0,0.25);
}
#ef-showroom .swiper-button-next::after, #ef-showroom .swiper-rtl .swiper-button-prev::after {
  content: "\f054";
  padding-left: 1.5rem;
  padding-right: 2.5rem;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  box-shadow: -3px 0 4px rgba(0,0,0,0.25);
}
@media only screen and ( max-width: 640px ) {
    #ef-showroom .swiper {
      width: 100%;
      height: auto;
    }
    #ef-showroom .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
    }
    #ef-showroom .swiper .swiper-slide {
      height: 300px;
      line-height: 300px;
    }
    /* #ef-showroom .swiper .swiper-slide:nth-child(2n) {
      height: 500px;
      line-height: 500px;
    } */
    #ef-showroom  .swiper-button-next, #ef-showroom .swiper-rtl .swiper-button-prev {
      right: 0px;
    }
    #ef-showroom  .swiper-button-prev, #ef-showroom .swiper-rtl .swiper-button-next {
      left: 0px;
    }
    #ef-showroom .swiper-button-next::after, #ef-showroom .swiper-button-prev::after {
      padding-top: 1.4rem;
      padding-bottom: 1.4rem;
      border-radius: 7px;
      font-size: 1.2rem;
      font-weight: 900;
    }
    #ef-showroom .swiper-button-prev::after, #ef-showroom .swiper-rtl .swiper-button-next::after {
      padding-left: 0.5rem;
      padding-right: 0.75rem;
      box-shadow: 3px 0 3px rgba(0,0,0,0.25);
    }
    #ef-showroom .swiper-button-next::after, #ef-showroom .swiper-rtl .swiper-button-prev::after {
      padding-left: 0.75rem;
      padding-right: 0.5rem;
      box-shadow: -3px 0 3px rgba(0,0,0,0.25);
    }
    #ef-showroom .swiper-pagination {
      display: none;
    }
    #ef-showroom .swiper-slide img {
      height: inherit;
    }
}