.district-related-carousel-fw {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: none;
  padding: 0 0 2em 0;
}

.block-carousel-universal-v1-2per-row {
  width: 100vw;
  max-width: 100vw;
  overflow: visible;
  background: none;
  margin: 0;
  padding: 0;
}
.swiper.universal-swiper {
  width: 100vw;
  max-width: 100vw;
  min-width: 100vw;
  box-sizing: border-box;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.swiper-wrapper {
  display: flex;
}
.swiper-slide {
  box-sizing: border-box;
  border-radius: 1em;
  background: #151539;
  box-shadow: 0 3px 16px #0002;
  transition: box-shadow 0.18s;
  overflow: hidden;
  margin-bottom: 1em;
  height: auto;
}
.carousel-universal-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.carousel-universal-thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  border-radius: 1em 1em 0 0;
}
.carousel-universal-title {
  font-family: Georgia, serif;
  font-size: 1rem;
  text-align: center;
  background: none;
  padding: 0.6em 0.3em;
  color: #fff;
  border-radius: 0 0 1em 1em;
  min-height: 3em;
}
.swiper-pagination {
  margin-top: 0.8em;
}
@media (max-width: 900px) {
  .swiper.universal-swiper,
  .block-carousel-universal-v1-2per-row {
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 600px) {
  .carousel-title {
    font-size: 1.1em;
    padding-left: 0.7em;
  }
}
