.swiper,
.swiper-slide,
.swiper_container {
  background-color: #f4f5f8
}

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

body {
  margin: 0;
  padding: 0
}

.swiper {
  width: 100%;
  max-width: 980px;
  height: 100%;
  margin-left: auto;
  margin-right: auto
}

.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;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px
}

.swiper-caption,
.swiper_text {
  text-align: left
}

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

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

.swiper_container {
  position: relative
}

.swiper-caption,
.swiper_box,
.swiper_text {
  background-color: #fff
}

.swiper_box {
  flex-basis: 33%
}

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

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

.swiper_text {
  padding: 23px 15px
}

.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: 0;
}

.vjs-poster {
  background-size: cover
}

.vid1 .vjs-poster {
  background-image: url('https://cdn.gundrymd.com/images/tiny_testimonial1.png') !important
}

.vid2 .vjs-poster {
  background-image: url('https://cdn.gundrymd.com/images/tiny_testimonial2.png') !important
}

.vid3 .vjs-poster {
  background-image: url('https://cdn.gundrymd.com/images/tiny_testimonial3.png') !important
}

.vid4 .vjs-poster {
  background-image: url('https://cdn.gundrymd.com/images/tiny_testimonial4.png') !important
}

.vid5 .vjs-poster {
  background-image: url('https://cdn.gundrymd.com/images/tiny_testimonial5.png') !important
}

.vid6 .vjs-poster {
  background-image: url('https://cdn.gundrymd.com/images/tiny_testimonial6.png') !important
}

.vid7 .vjs-poster {
  background-image: url('https://cdn.gundrymd.com/images/tiny_testimonial7.png') !important
}

.vid8 .vjs-poster {
  background-image: url('https://cdn.gundrymd.com/images/tiny_testimonial8.png') !important
}

.vid9 .vjs-poster {
  background-image: url('https://cdn.gundrymd.com/images/tiny_testimonial9.png') !important
}

.vid10 .vjs-poster {
  background-image: url('https://cdn.gundrymd.com/images/tiny_testimonial10.png') !important
}

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

  .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
  }
}