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

#intro .banner.swiper {
  height: calc(100vh - 83px);
  margin-top: 83px;
  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-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 40px;
  text-align: right;
  width: auto;
  left: auto;
  right: 80px;
}

.swiper-pagination-bullet {
  border: 1px solid #888;
  background: #888;
  opacity: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  width: 10px;
  height: 10px;
 
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #fff;
}


.swiper-pagination-bullet:focus, .swiper-pagination-bullet-active:focus {
	background-color: white;
  border: 1px solid #fff;
}

.swiper-caption {
  opacity: 0;
  transition: opacity 0.3s ease;
  margin: 0px 0 0 0;
  position: absolute;
  top: 0px;
  width: 100%;
}


.swiper-caption .pageCenter {
  height: 100%;
}

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

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

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

.captionBlock {
  width: 40%;
  /* background-color: rgba(72, 120, 188, 0.76); */
  height: 100%;
  float: left;
  padding: 0 4%;
  position: relative;
  left: -4%;
  display: flex;
  align-items: center;
  flex-direction: row;
}


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

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

}


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

  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    right: 10px;
    bottom: 10px;
  }

  .swiper-caption .pageCenter {
    width: 100%;
    padding: 0;
    float: left;
    max-width: 100%;
    display: flex;
    align-items: flex-end;
  }
  .captionBlock {
    /* width: 100%; */
    float: left;
    width: 90%;
    padding: 2% 5%;
    left: 0;
    height: 100px;
  }

  .captionBlock a {
    margin: 5px 0 0 0;
  }

  .captionBlock h2 p, .homeBanner h2, .homeBanner h2 p, .banner h1 p {
    font-size: 22px;
  }

  #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%;

  }
  .captionBlock {
    height: 80px;
  }

#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;
  }


 
}