.block-text-image .row:not(.reverse) .text-container-outer {
  padding-right: 10%;
}
.block-text-image .reverse .text-container-outer {
  padding-left: 10%;
}
.block-text-image .vert-align-centre {
  display: flex;
  align-items: center;
  height: 100%;
}
.block-text-image h6 {
  margin-top: 0;
}
.block-text-image .img-wrap {
  position: relative;
  background-color: #fff;
}
.block-text-image.has-frame .img-wrap:before, .block-text-image.has-frame .img-wrap:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 1s ease .2s;
  -webkit-transition: all 1s ease .2s;
  -moz-transition: all 1s ease .2s;
  -ms-transition: all 1s ease .2s;
  -o-transition: all 1s ease .2s;
}
.block-text-image.has-frame .img-wrap:before {
  right: 0;
  top: 0;
  z-index: -1;
}
.block-text-image.has-frame .img-wrap.fadeIn:before {
  right: -16px;
  top: -16px;
}
.block-text-image.has-frame .img-wrap:after {
  left: 0;
  bottom: 0;
  border-width: 3px;
  border-style: solid;
  z-index: 1;
}
.block-text-image.has-frame .img-wrap.fadeIn:after {
  left: -16px;
  bottom: -16px;
}
.block-text-image hr {
  margin: 1rem 0;
  margin: var(--space-5) 0;
}
@media only screen and (max-width: 1199px) {
  .block-text-image.has-frame .img-wrap.fadeIn:before {
    right: -13px;
    top: -13px;
  }
  .block-text-image.has-frame .img-wrap.fadeIn:after {
    left: -13px;
    bottom: -13px;
  }
}
@media only screen and (max-width: 991px) {
  .block-text-image .row:not(.reverse) .text-container-outer {
    padding-right: 1rem;
  }
  .block-text-image .reverse .text-container-outer {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .block-text-image .text-container-outer, .block-text-image .reverse .text-container-outer {
    padding: 0;
  }
  .block-text-image.has-frame .text-container-outer {
    padding: 0 13px;
  }
  .block-text-image .img-wrap {
    margin: 1rem auto 0;
  }
  .block-text-image.has-frame .img-wrap {
    margin: 1.5rem auto 0;
    max-width: calc(100% - 26px);
  }
}
@media only screen and (max-width: 479px) {
  .block-text-image.has-frame .text-container-inner {
    padding: 0;
  }
  .block-text-image.has-frame .img-wrap.fadeIn:before {
    right: -10px;
    top: -10px;
  }
  .block-text-image.has-frame .img-wrap.fadeIn:after {
    left: -10px;
    bottom: -10px;
  }
}