.modalbox--galerie .swiper-slide {
  width: auto !important;
  height: 300px;
}

@media (min-width: 576px) {
  .modalbox--galerie .swiper-slide {
    width: auto !important;
    height: 600px;
  }
}

.modalbox--galerie .swiper-slide img {
  height: 100%;
  width: auto;
}

.modalbox--galerie .swiper-pagination {
  display: none;
}

.la.la-long-arrow-left {
  margin-left: 5px;
}

.la.la-long-arrow-left, .la.la-long-arrow-right {
  color: var(--bh--bgcolor--prim);
  padding: 7px;
  background-color: var(--bh--color--nav);
  transition: background-color 0.5s linear;
  border-radius: 4px;
}

.la.la-long-arrow-left:hover, .la.la-long-arrow-right:hover {
  background-color: rgb(255,255,255);
}

.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}

