.large-signpost-carousel .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
.large-signpost-carousel__images {
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1
}
.large-signpost-carousel__images::before {
  content: "";
  background: rgba(0,0,0,.5);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1
}
.large-signpost-carousel__description .config-text__cta-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.large-signpost-carousel--container {
  max-width: 1536px;
  margin-right: auto;
  margin-left: auto
}
.large-signpost-carousel .carousel-arrow__counter {
  display: none!important
}
.large-signpost-carousel .carousel-arrow .arrow-button {
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.large-signpost-carousel .carousel-arrow .arrow-button:first-child {
  left: var(--sm-3)
}
.large-signpost-carousel .carousel-arrow .arrow-button:last-child {
  right: var(--sm-3)
}
@media (min-width:768px) {
  .large-signpost-carousel .carousel-arrow .arrow-button:first-child {
    left: var(--md-4)
  }
  .large-signpost-carousel .carousel-arrow .arrow-button:last-child {
    right: var(--md-4)
  }
}