.tervis-home-header-banner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #F4F3ED;
  padding: 60px 4%;
  color: var(--night);
}
.tervis-home-header-banner h1 img {
  max-width: 460px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.tervis-home-header-banner span {
  font-size: 24px;
  color: var(--night);
}
.tervis-home-intro {
  width: 90%;
  max-width: 1300px;
  margin: 50px auto;
}
.tervis-home-intro p {
  color: var(--night);
  text-align: center;
}
.tervis-home-section-header {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  aspect-ratio: 1600 / 600;
  background-color: #F4F3ED;
}
.tervis-home-section-link:hover {
  text-decoration: none;
}
.tervis-home-section-content {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 1600px;
  aspect-ratio: 1600 / 600;
  margin: 0 auto;
  overflow: hidden;
  max-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tervis-home-section-image img {
  width: 100%;
  aspect-ratio: 1600 / 900;
}
.tervis-home-section-copy {
  position: absolute;
  text-align: center;
  padding: 40px;
  max-width: 635px;
  width: 90%;
}
.tervis-home-section-copy h2 {
  color: var(--white);
  font-size: 48px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
  line-height: 1;
  z-index: 2;
  position: relative;
}
.tervis-home-section-copy p {
  color: var(--white);
  font-size: 24px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
  line-height: 1;
  z-index: 2;
  position: relative;
}
.tervis-home-section-btn {
  margin-top: 10px;
  z-index: 2;
  position: relative;
}
.tervis-home-section-copy-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
  background-color: rgba(149, 136, 130);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .16);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .16);
  z-index: 1;
}
.tervis-home-section-gallery {
  background-color: #F4F3ED;
  padding: 90px;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
}
.swiper-slide-tervisHome {
  width: auto;
}
.swiper-slide-tervisHome-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.swiper-slide-tervisHome-image img {
  width: 100%;
}
.swiper-slide-tervisHome-btn {
  display: none;
  z-index: 2;
  position: absolute;
}
.swiper-slide-tervisHome-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
  background-color: rgba(149, 136, 130);
}
.swiper-slide-tervisHome-image:hover .swiper-slide-tervisHome-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-slide-tervisHome-image:hover .swiper-slide-tervisHome-overlay {
  display: block;
}
.swiper-slide-tervisHome figcaption {
  color: var(--night);
}
.swiper-scrollbar-tervisHome {
  height: 5px;
  background-color: var(--brightwhite);
  border-radius: 5px;
  width: 1000%;
  margin: 20px auto;
}
.swiper-scrollbar-tervisHome .swiper-scrollbar-drag {
  background-color: var(--night);
}
.tervis-home-quote {
  width: 90%;
  max-width: 1300px;
  margin: 100px auto;
  text-align: center;
}
.tervis-home-quote p {
  font-size: 32px;
  color: var(--night);
}
.tervis-home-quote p + p {
  font-size: 18px;
}
.recommendations .block-title {
  margin:80px auto 10px;
}
.tervisHome-rec-link {
  text-decoration: underline !important;
  font-size: 16px;
  color: var(--night);
}
@media screen and (max-width: 1510px) {
  .tervis-home-section-gallery {
    padding: 6% 0 4%;
  }
  .swiper-container-tervisHome {
    overflow: visible;
    padding: 0 6%;
  }
  .swiper-slide-tervisHome {
    width: 340px !important;
  }
  .swiper-scrollbar-tervisHome {
    display: block;
    height: 5px;
    background-color: var(--white);
    border-radius: 5px;
    width: 88%;
    margin: 20px auto;
  }
  .swiper-scrollbar-tervisHome .swiper-scrollbar-drag {
    background-color: var(--night);
  }
}
@media screen and (max-width: 768px) {
  .tervis-home-section-gallery {
    padding: 4% 0 2%;
  }
  .swiper-container-tervisHome {
    padding: 0 4%;
  }
  .tervis-home-section-content, .tervis-home-section-header {
    aspect-ratio: 1 / 1;
    max-height: none;
  }
  .tervis-home-section-image img {
    aspect-ratio: 768 / 968;
  }
  .swiper-slide-tervisHome-image:hover .swiper-slide-tervisHome-btn {
    display: none;
  }
  .swiper-slide-tervisHome-image:hover .swiper-slide-tervisHome-overlay {
    display: none;
  }
  .swiper-slide-tervisHome {
    width: 300px !important;
  }
}
@media screen and (max-width: 500px) {
  .tervis-home-section-copy h2 {
    font-size: 10vw;
  }
  .tervis-home-section-copy p {
    font-size: 5vw;
  }
  .tervis-home-quote p {
    font-size: 8vw;
  }
}