html,
body {
  position: relative;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  max-width: 980px;
  height: 100%;
  background-color: #f4f5f8;
}

.swiper h1 {
  color: #26377a;
}

.swiper hr {
  width: 58px;
  border: 1px solid #000102;
  height: 1px;
  box-sizing: border-box;
  margin: -2px auto 13px 0;
}

.swiper .disclaimer {
  font-size: 13px;
  font-style: italic;
  color: #000;
  margin-bottom: 40px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: #f4f5f8;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
}

.swiper-slide:nth-of-type(4) {
  justify-content: flex-start;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.swiper_container {
  background-color: #f4f5f8;
  position: relative;
}

.swiper-caption {
  background-color: #fff;
  text-align: left;
}

.swiper_box {
  background-color: #fff;
  flex-basis: 33%;
}

.swiper_name {
  color: #4780c2;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
}

.swiper_caption {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0;
}

.swiper_text {
  padding: 23px 15px;
  background-color: #fff;
  text-align: left;
}

.swiper-wrapper {
  margin-bottom: 70px;
}

.swiper-button-prev {
  color: #000;
  left: 45px;
}

.swiper-button-next {
  color: #000;
  right: 45px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 30px;
}

.vjs-poster {
  background-size: cover;
}

.vid1 .vjs-poster {
  background-image: url("https://cdn.gundrymd.com/images/bio-complete-3/Gundry_BioComplete3_Testimonials_LindaRey@2x.png") !important;
}

.vid2 .vjs-poster {
  background-image: url("https://cdn.gundrymd.com/images/bio-complete-3/Gundry_BioComplete3_Testimonials_FiorellaChrusciel@2x.png") !important;
}

.vid3 .vjs-poster {
  background-image: url("https://cdn.gundrymd.com/images/bio-complete-3/Gundry_BioComplete3_Testimonials_John-PaulLyons@2x.png") !important;
}

.vid4 .vjs-poster {
  background-image: url("https://cdn.gundrymd.com/images/bio-complete-3/Gundry_BioComplete3_Testimonials_SuzanneBandy@2x.png") !important;
}

.vid5 .vjs-poster {
  background-image: url("https://cdn.gundrymd.com/images/bio-complete-3/Gundry_BioCompleGundry_BioComplete3_Testimonials_RichardWells@2x.png") !important;
}

.vid6 .vjs-poster {
  background-image: url("https://cdn.gundrymd.com/images/bio-complete-3/Gundry_BioComplete3_Testimonials_LauraEdwards@2x.png") !important;
}

.vid7 .vjs-poster {
  background-image: url("https://cdn.gundrymd.com/images/bio-complete-3/Gundry_BioComplete3_Testimonials_MarshallKelner@2x.png") !important;
}

.vid8 .vjs-poster {
  background-image: url("https://cdn.gundrymd.com/images/bio-complete-3/Gundry_BioComplete3_Testimonials_VinceTejera@2x.png") !important;
}

.vid9 .vjs-poster {
  background-image: url("https://cdn.gundrymd.com/images/bio-complete-3/Gundry_BioComplete3_Testimonials_Janet_2@2x.png") !important;
}

.vid10 .vjs-poster {
  background-image: url("https://cdn.gundrymd.com/images/bio-complete-3/Gundry_BioComplete3_Testimonials_Gilbert_G@2x.png") !important;
}

@media only screen and (max-width: 1024px) {
  .swiper {
    max-width: 80%;
  }

  .swiper-slide {
    align-items: flex-start;
  }

  .swiper_name {
    font-size: 17px;
  }

  .swiper_box {
    flex-basis: 100%;
  }

  .swiper_caption {
    font-size: 18px;
    line-height: 28px;
  }

  .swiper-slide:nth-of-type(5) {
    justify-content: center;
  }
}