.banner.swiper {
    width: 100%;
    height: 100vh;
  }

#intro .banner.swiper {
  height: calc(100vh - 110px);
  margin-top: 110px;
  float: left;
}

.pageRowBanner.banner.swiper {
    height: 60vh;
  }

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* object-position: center; */
}

.swiperCarousel {
  height: 70vh;
  width: 100vw;
  margin-bottom: 200px;
  overflow: hidden;
}

.swiperCarousel .swiper-slide {
  width: auto;
}

.swiperCarousel .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.swiper-pagination {
  bottom: -40px !important;
}

.swiper-pagination-bullet {
  border: 2px solid #1E4286;
  background: white;
  opacity: 1;
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet:focus {
  background: #1E4286;
}

.swiper-caption {
  opacity: 0;
  transition: opacity 0.3s ease;
  margin: 20px 0 0 0;
}

.swiper-slide-active .swiper-caption {
  opacity: 1;
}

.swiper-slide-active .swiper-caption p {
  margin: 0
}

.swiperCarousel .swiper-wrapper {
  height: calc(100% - 48px);
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet:focus {
  background: #1E4286;
}

@media only screen and (max-width: 981px) {

    #intro .banner.swiper {
        height: calc(80vh - 70px);
    }

}


@media only screen and (max-width: 600px) {

  #intro .banner.swiper {
      height: 100vw;
  }

  #intro .banner.swiper {
    margin-top: 70px;
  }

  .swiperLightbox .swiper-slide {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .swiperLightbox .slideInner {
    max-height: 80vh;
    width: 80%;

  }


#neighborhood .pageRowBanner.banner.swiper {
  height: 100vw;
}

  .swiperLightbox .swiper-slide img {
    width: 90%;
    height: auto;
    padding-top: 0;
    padding: 0 5%;
  }

  .swiperLightbox .swiper-slide p {
    width: 100%;
  }


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

  .swiperCarousel {
    margin-bottom: 100px;
  }

  .swiper-pagination {
    bottom: -30px !important;
  }

 
}