.block-text-slider .row:not(.reverse) .text-container-outer {
  padding-right: 10%;
}
.block-text-slider .reverse .text-container-outer {
  padding-left: 10%;
}
.block-text-slider .vert-align-centre {
  display: flex;
  align-items: center;
  height: 100%;
}
.block-text-slider h6 {
  margin-top: 0;
}
.block-text-slider hr {
  margin: 1rem 0;
  margin: var(--space-5) 0;
}
.block-text-slider .slide-content {
  background-size: cover;
  background-position: center;
}
.block-text-slider .text-slider {
  margin-top: 2rem;
}
.standard-slider .slick-dots {
  position: absolute;
  bottom: 32px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.standard-slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 4px;
}
.standard-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 4px 5px 5px -3px rgba(0, 0, 0, 0.40);
  -moz-box-shadow: 4px 5px 5px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 5px 5px -3px rgba(0, 0, 0, 0.4);
  outline: none;
}
.standard-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
@media only screen and (max-width: 1199px) {
  .block-text-slider.has-frame .fadeIn .img-wrap:before {
    right: -13px;
    top: -13px;
  }
  .block-text-slider.has-frame .fadeIn .img-wrap:after {
    left: -13px;
    bottom: -13px;
  }
}
@media only screen and (max-width: 991px) {
  .block-text-slider .row:not(.reverse) .text-container-outer {
    padding-right: 1rem;
  }
  .block-text-slider .reverse .text-container-outer {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .block-text-slider .text-container-outer, .block-text-slider .reverse .text-container-outer {
    padding: 0;
  }
  .block-text-slider.has-frame .text-container-outer {
    padding: 0 13px;
  }
  .block-text-slider .img-wrap {
    margin: 1rem auto 0;
  }
  .block-text-slider.has-frame .img-wrap {
    margin: 1.5rem auto 0;
    max-width: calc(100% - 26px);
  }
  .standard-slider .slick-dots {
    bottom: 1.5rem;
  }
  .standard-slider .slick-prev, .standard-slider .slick-next {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .block-text-slider.has-frame .text-container-inner {
    padding: 0;
  }
  .block-text-slider.has-frame .fadeIn .img-wrap:before {
    right: -10px;
    top: -10px;
  }
  .block-text-slider.has-frame .fadeIn .img-wrap:after {
    left: -10px;
    bottom: -10px;
  }
}