/************
 *
 * Text Media Styles
 *
 ***********/
/******* Polyfills *******/
/******* Functions *******/
/******* Mixins *******/
/******* Bootstrap Variables *******/
.text-media {
  position: relative;
}
.text-media .img-caption {
  padding-top: 1rem;
}
@media (max-width: 575.98px) {
  .text-media .img-caption {
    padding-top: 0.5rem;
    font-size: 0.875rem;
  }
}
.text-media .image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .text-media > .container-fluid .text-media__row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575.98px) {
  .text-media .text-media__row {
    margin-left: 0;
    margin-right: 0;
  }
}
.text-media__media {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 15.625rem;
}
@media (min-width: 768px) {
  .text-media__media {
    height: 100%;
    min-height: 25rem;
  }
}
@media (min-width: 1020px) {
  .text-media__media {
    min-height: 31.25rem;
  }
}
@media (min-width: 1370px) {
  .text-media__media {
    min-height: 37.5rem;
  }
}
.text-media__video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 15.625rem;
}
@media (min-width: 768px) {
  .text-media__video {
    height: 100%;
    min-height: 25rem;
  }
}
@media (min-width: 1020px) {
  .text-media__video {
    min-height: 31.25rem;
  }
}
@media (min-width: 1370px) {
  .text-media__video {
    min-height: 37.5rem;
  }
}
.text-media__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.text-media__video .mejs-container {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  background: var(--white);
}
.text-media__video .mejs-container .mejs-controls,
.text-media__video .mejs-container .mejs-overlay.mejs-overlay-play,
.text-media__video .mejs-container .mejs-overlay-loading {
  display: none !important;
}
.text-media__video:hover .text-media__video-pause {
  opacity: 1;
}
.text-media__video-pause {
  z-index: 1000;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  margin-bottom: 1.5625rem;
  margin-left: 0.9375rem;
  color: var(--white);
  line-height: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.text-media__video-pause:hover, .text-media__video-pause:focus {
  color: #e1e1e1;
}
.text-media__video-pause:focus {
  opacity: 1;
  box-shadow: 0 0 0 0.2rem rgba(50, 53, 60, 0.25);
}
.text-media__media-wrapper {
  position: relative;
  overflow: hidden;
}
.text-media__media-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-media__content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 0;
}
@media (min-width: 1020px) {
  .text-media__content-wrapper {
    padding: 3rem 0;
  }
}
.text-media__content-wrapper .text-media__content {
  max-width: 900px;
}
@media (min-width: 1370px) {
  .text-media__content-wrapper .text-media__content {
    max-width: 1050px;
  }
}
.text-media--media-top .text-media__media,
.text-media--media-top .text-media__video, .text-media--media-bottom .text-media__media,
.text-media--media-bottom .text-media__video {
  height: 15.625rem;
}
@media (min-width: 576px) {
  .text-media--media-top .text-media__media,
.text-media--media-top .text-media__video, .text-media--media-bottom .text-media__media,
.text-media--media-bottom .text-media__video {
    padding-bottom: 0;
    height: 18.75rem;
  }
}
@media (min-width: 768px) {
  .text-media--media-top .text-media__media,
.text-media--media-top .text-media__video, .text-media--media-bottom .text-media__media,
.text-media--media-bottom .text-media__video {
    height: 25rem;
  }
}
@media (min-width: 1020px) {
  .text-media--media-top .text-media__media,
.text-media--media-top .text-media__video, .text-media--media-bottom .text-media__media,
.text-media--media-bottom .text-media__video {
    height: 31.25rem;
  }
}
@media (min-width: 1370px) {
  .text-media--media-top .text-media__media,
.text-media--media-top .text-media__video, .text-media--media-bottom .text-media__media,
.text-media--media-bottom .text-media__video {
    height: 37.5rem;
  }
}
.text-media--media-width--1 .text-media__media-wrapper {
  width: 100%;
  flex-basis: unset;
  max-width: 100%;
}
@media (min-width: 768px) {
  .text-media--media-width--1 .text-media__media-wrapper {
    max-width: calc( 100% * 1 / 12 );
    flex-basis: calc( 100% * 1 / 12 );
    width: calc( 100% * 1 / 12 );
  }
}
.text-media--media-width--2 .text-media__media-wrapper {
  width: 100%;
  flex-basis: unset;
  max-width: 100%;
}
@media (min-width: 768px) {
  .text-media--media-width--2 .text-media__media-wrapper {
    max-width: calc( 100% * 2 / 12 );
    flex-basis: calc( 100% * 2 / 12 );
    width: calc( 100% * 2 / 12 );
  }
}
.text-media--media-width--3 .text-media__media-wrapper {
  width: 100%;
  flex-basis: unset;
  max-width: 100%;
}
@media (min-width: 768px) {
  .text-media--media-width--3 .text-media__media-wrapper {
    max-width: calc( 100% * 3 / 12 );
    flex-basis: calc( 100% * 3 / 12 );
    width: calc( 100% * 3 / 12 );
  }
}
.text-media--media-width--4 .text-media__media-wrapper {
  width: 100%;
  flex-basis: unset;
  max-width: 100%;
}
@media (min-width: 768px) {
  .text-media--media-width--4 .text-media__media-wrapper {
    max-width: calc( 100% * 4 / 12 );
    flex-basis: calc( 100% * 4 / 12 );
    width: calc( 100% * 4 / 12 );
  }
}
.text-media--media-width--5 .text-media__media-wrapper {
  width: 100%;
  flex-basis: unset;
  max-width: 100%;
}
@media (min-width: 768px) {
  .text-media--media-width--5 .text-media__media-wrapper {
    max-width: calc( 100% * 5 / 12 );
    flex-basis: calc( 100% * 5 / 12 );
    width: calc( 100% * 5 / 12 );
  }
}
.text-media--media-width--6 .text-media__media-wrapper {
  width: 100%;
  flex-basis: unset;
  max-width: 100%;
}
@media (min-width: 768px) {
  .text-media--media-width--6 .text-media__media-wrapper {
    max-width: calc( 100% * 6 / 12 );
    flex-basis: calc( 100% * 6 / 12 );
    width: calc( 100% * 6 / 12 );
  }
}
.text-media--media-width--7 .text-media__media-wrapper {
  width: 100%;
  flex-basis: unset;
  max-width: 100%;
}
@media (min-width: 768px) {
  .text-media--media-width--7 .text-media__media-wrapper {
    max-width: calc( 100% * 7 / 12 );
    flex-basis: calc( 100% * 7 / 12 );
    width: calc( 100% * 7 / 12 );
  }
}
.text-media--media-width--8 .text-media__media-wrapper {
  width: 100%;
  flex-basis: unset;
  max-width: 100%;
}
@media (min-width: 768px) {
  .text-media--media-width--8 .text-media__media-wrapper {
    max-width: calc( 100% * 8 / 12 );
    flex-basis: calc( 100% * 8 / 12 );
    width: calc( 100% * 8 / 12 );
  }
}
.text-media--media-width--9 .text-media__media-wrapper {
  width: 100%;
  flex-basis: unset;
  max-width: 100%;
}
@media (min-width: 768px) {
  .text-media--media-width--9 .text-media__media-wrapper {
    max-width: calc( 100% * 9 / 12 );
    flex-basis: calc( 100% * 9 / 12 );
    width: calc( 100% * 9 / 12 );
  }
}
.text-media--media-width--10 .text-media__media-wrapper {
  width: 100%;
  flex-basis: unset;
  max-width: 100%;
}
@media (min-width: 768px) {
  .text-media--media-width--10 .text-media__media-wrapper {
    max-width: calc( 100% * 10 / 12 );
    flex-basis: calc( 100% * 10 / 12 );
    width: calc( 100% * 10 / 12 );
  }
}
.text-media--media-width--11 .text-media__media-wrapper {
  width: 100%;
  flex-basis: unset;
  max-width: 100%;
}
@media (min-width: 768px) {
  .text-media--media-width--11 .text-media__media-wrapper {
    max-width: calc( 100% * 11 / 12 );
    flex-basis: calc( 100% * 11 / 12 );
    width: calc( 100% * 11 / 12 );
  }
}
.text-media--media-width--12 .text-media__media-wrapper {
  width: 100%;
  flex-basis: unset;
  max-width: 100%;
}
@media (min-width: 768px) {
  .text-media--media-width--12 .text-media__media-wrapper {
    max-width: calc( 100% * 12 / 12 );
    flex-basis: calc( 100% * 12 / 12 );
    width: calc( 100% * 12 / 12 );
  }
}
.text-media .read-more-btn {
  font-size: 1rem;
  text-transform: capitalize;
  text-align: left;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
}
.text-media--media-position--top .text-media__media-wrapper {
  order: -1;
  flex: 0 0 100%;
  max-width: 100%;
  height: 300px;
}
@media (min-width: 1020px) {
  .text-media--media-position--top .text-media__media-wrapper {
    height: 31.25rem;
  }
}
@media (min-width: 1370px) {
  .text-media--media-position--top .text-media__media-wrapper {
    height: 37.5rem;
  }
}
.text-media--media-position--top .text-media__content-wrapper {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.text-media--media-position--top .copy-outer-wrap {
  position: relative;
}
.text-media--media-position--top .copy-outer-wrap.read-more .copy-inner {
  margin-bottom: 3rem;
}
.text-media--media-position--top .copy-outer-wrap.read-more .copy-inner:after {
  content: "";
  background: linear-gradient(180deg, rgba(243, 243, 244, 0) 0%, #ffffff 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.text-media--media-position--top .copy-outer-wrap.read-more .copy-inner.rm-blur {
  position: relative;
  overflow: hidden;
  height: 400px;
}
.text-media--media-position--top .copy-outer-wrap.read-more .copy-inner.rm-blur:after {
  opacity: 1;
  z-index: 1;
}
.text-media--media-position--bottom .text-media__media-wrapper {
  order: 13;
  flex: 0 0 100%;
  max-width: 100%;
}
.text-media--media-position--bottom .text-media__content-wrapper {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.text-media--media-position--left .text-media__media-wrapper {
  order: 10;
}
@media (min-width: 768px) {
  .text-media--media-position--left .text-media__media-wrapper {
    order: -1;
  }
}
.text-media--media-position--left .text-media__content-wrapper {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.text-media--media-position--right .text-media__media-wrapper {
  order: 13;
}
.text-media--media-position--right .text-media__content-wrapper {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .text-media--template--default.text-media--media-position--right .text-media__content-wrapper {
    padding-right: 50px;
  }
}
@media (min-width: 1020px) {
  .text-media--template--default.text-media--media-position--right .text-media__content-wrapper {
    padding-right: 100px;
  }
}
@media (min-width: 1370px) {
  .text-media--template--default.text-media--media-position--right .text-media__content-wrapper {
    padding-right: 150px;
  }
}
@media (min-width: 768px) {
  .text-media--template--default.text-media--media-position--left .text-media__content-wrapper {
    padding-left: 50px;
  }
}
@media (min-width: 1020px) {
  .text-media--template--default.text-media--media-position--left .text-media__content-wrapper {
    padding-left: 100px;
  }
}
@media (min-width: 1370px) {
  .text-media--template--default.text-media--media-position--left .text-media__content-wrapper {
    padding-left: 150px;
  }
}
.text-media--template--default.text-media--media-position--right .text-media__media-wrapper, .text-media--template--default.text-media--media-position--left .text-media__media-wrapper {
  height: 350px;
}
@media (min-width: 1020px) {
  .text-media--template--default.text-media--media-position--right .text-media__media-wrapper, .text-media--template--default.text-media--media-position--left .text-media__media-wrapper {
    height: 450px;
  }
}
.text-media--template--two-image-top .text-media__text {
  font-size: 1.5rem;
}
@media (min-width: 1020px) {
  .text-media--template--two-image-top .text-media__text {
    font-size: 1.6875rem;
  }
}
@media (min-width: 768px) {
  .text-media--template--two-image-top .copy-row {
    padding-top: 40px;
  }
}
@media (min-width: 1020px) {
  .text-media--template--two-image-top .copy-row {
    padding-top: 100px;
  }
}
.text-media--template--two-image-top .copy-row h3,
.text-media--template--two-image-top .copy-row h4 {
  font-family: "Barlow", sans-serif;
  font-size: 1.625rem;
}
@media (min-width: 1020px) {
  .text-media--template--two-image-top .copy-row h3,
.text-media--template--two-image-top .copy-row h4 {
    font-size: 2.375rem;
  }
}
.text-media--template--two-image-top .image-col {
  display: flex;
}
@media (max-width: 767.98px) {
  .text-media--template--two-image-top .image-col {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.text-media--template--two-image-top .image-col .image-wrap {
  position: relative;
}
.text-media--template--two-image-top .image-col .image-wrap.image-one {
  width: 50%;
  margin-right: 4%;
  height: 250px;
}
@media (min-width: 1020px) {
  .text-media--template--two-image-top .image-col .image-wrap.image-one {
    width: 300px;
    height: 450px;
    margin-right: 20px;
  }
}
.text-media--template--two-image-top .image-col .image-wrap.image-two {
  width: 40%;
  height: 200px;
}
@media (min-width: 1020px) {
  .text-media--template--two-image-top .image-col .image-wrap.image-two {
    width: 250px;
    height: 380px;
  }
}
.text-media--template--two-image-top .image-col .image-wrap image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-media--template--two-image-bottom .text-media__media-wrapper .img-wrapper-inner {
  position: relative;
  width: 170px;
  height: 170px;
  float: right;
}
@media (min-width: 768px) {
  .text-media--template--two-image-bottom .text-media__media-wrapper .img-wrapper-inner {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 1020px) {
  .text-media--template--two-image-bottom .text-media__media-wrapper .img-wrapper-inner {
    width: 350px;
    height: 350px;
  }
}
@media (min-width: 768px) {
  .text-media--template--two-image-bottom .text-media__content-wrapper {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .text-media--template--two-image-bottom .text-media__content-wrapper .text-media__text {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
.text-media--template--two-image-bottom .bottom-images-row {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .text-media--template--two-image-bottom .bottom-images-row {
    padding-top: 50px;
  }
}
.text-media--template--two-image-bottom .image-col {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 575.98px) {
  .text-media--template--two-image-bottom .image-col {
    display: block;
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.text-media--template--two-image-bottom .image-col .image-prod-link {
  padding-top: 1rem;
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
}
.text-media--template--two-image-bottom .image-col .image-prod-link:hover {
  color: #565656;
}
.text-media--template--two-image-bottom .image-col .image-wrap {
  position: relative;
}
.text-media--template--two-image-bottom .image-col .image-wrap.image-two {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .text-media--template--two-image-bottom .image-col .image-wrap.image-two {
    width: calc(50% - 20px);
    margin-bottom: 0;
    margin-right: 40px;
    height: 500px;
  }
}
@media (min-width: 1020px) {
  .text-media--template--two-image-bottom .image-col .image-wrap.image-two {
    height: 540px;
  }
}
@media (min-width: 1370px) {
  .text-media--template--two-image-bottom .image-col .image-wrap.image-two {
    height: 620px;
  }
}
.text-media--template--two-image-bottom .image-col .image-wrap.image-three {
  width: 100%;
}
@media (min-width: 768px) {
  .text-media--template--two-image-bottom .image-col .image-wrap.image-three {
    width: calc(50% - 20px);
    height: 400px;
  }
}
@media (min-width: 1020px) {
  .text-media--template--two-image-bottom .image-col .image-wrap.image-three {
    height: 400px;
  }
}
@media (min-width: 1370px) {
  .text-media--template--two-image-bottom .image-col .image-wrap.image-three {
    height: 480px;
  }
}
@media (min-width: 768px) {
  .text-media--template--two-image-bottom.text-media--media-position--left .text-media__media-wrapper .img-wrapper-inner {
    float: left;
  }
}
.text-media--template--two-image-bottom.text-media--media-position--left .image-wrap {
  position: relative;
}
.text-media--template--two-image-bottom.text-media--media-position--left .image-wrap.image-two {
  width: 100%;
}
@media (min-width: 768px) {
  .text-media--template--two-image-bottom.text-media--media-position--left .image-wrap.image-two {
    width: calc(50% - 20px);
    margin-right: 40px;
    height: 400px;
  }
}
@media (min-width: 1020px) {
  .text-media--template--two-image-bottom.text-media--media-position--left .image-wrap.image-two {
    height: 400px;
  }
}
@media (min-width: 1370px) {
  .text-media--template--two-image-bottom.text-media--media-position--left .image-wrap.image-two {
    height: 480px;
  }
}
.text-media--template--two-image-bottom.text-media--media-position--left .image-wrap.image-three {
  width: 100%;
}
@media (min-width: 768px) {
  .text-media--template--two-image-bottom.text-media--media-position--left .image-wrap.image-three {
    width: calc(50% - 20px);
    height: 500px;
  }
}
@media (min-width: 1020px) {
  .text-media--template--two-image-bottom.text-media--media-position--left .image-wrap.image-three {
    height: 540px;
  }
}
@media (min-width: 1370px) {
  .text-media--template--two-image-bottom.text-media--media-position--left .image-wrap.image-three {
    height: 640px;
  }
}
.text-media--template--two-image-bottom-blockquote .text-media__row {
  align-items: flex-start;
}
@media (max-width: 575.98px) {
  .text-media--template--two-image-bottom-blockquote .text-media__content-wrapper {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .text-media--template--two-image-bottom-blockquote .text-media__content-wrapper.padding-left-dynamic .text-media__content {
    padding-right: 50px;
  }
}
@media (min-width: 1370px) {
  .text-media--template--two-image-bottom-blockquote .text-media__content-wrapper.padding-left-dynamic .text-media__content {
    padding-right: 70px;
  }
}
.text-media--template--two-image-bottom-blockquote .text-media__content-wrapper .text-media__text {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .text-media--template--two-image-bottom-blockquote .text-media__content-wrapper .text-media__text {
    padding-top: 15px;
  }
}
.text-media--template--two-image-bottom-blockquote .image-col {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 575.98px) {
  .text-media--template--two-image-bottom-blockquote .image-col {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.text-media--template--two-image-bottom-blockquote .image-col .image-prod-link {
  padding-top: 10px;
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
}
.text-media--template--two-image-bottom-blockquote .image-col .image-prod-link:hover {
  color: #565656;
}
.text-media--template--two-image-bottom-blockquote .image-col .image-wrap {
  position: relative;
}
.text-media--template--two-image-bottom-blockquote .image-col .image-wrap.image-two {
  width: calc(50% - 10px);
  margin-right: 15px;
}
@media (min-width: 768px) {
  .text-media--template--two-image-bottom-blockquote .image-col .image-wrap.image-two {
    width: calc(50% - 20px);
    margin-right: 40px;
    height: 250;
  }
}
@media (min-width: 1020px) {
  .text-media--template--two-image-bottom-blockquote .image-col .image-wrap.image-two {
    height: 345;
  }
}
@media (min-width: 1370px) {
  .text-media--template--two-image-bottom-blockquote .image-col .image-wrap.image-two {
    height: 355px;
  }
}
.text-media--template--two-image-bottom-blockquote .image-col .image-wrap.image-three {
  width: calc(50% - 10px);
}
@media (min-width: 768px) {
  .text-media--template--two-image-bottom-blockquote .image-col .image-wrap.image-three {
    width: calc(50% - 20px);
    height: 400px;
  }
}
@media (min-width: 1020px) {
  .text-media--template--two-image-bottom-blockquote .image-col .image-wrap.image-three {
    height: 500px;
  }
}
@media (min-width: 1370px) {
  .text-media--template--two-image-bottom-blockquote .image-col .image-wrap.image-three {
    height: 575px;
  }
}
.text-media--template--two-image-bottom-blockquote .bottom-images-row {
  align-items: center;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .text-media--template--two-image-bottom-blockquote .bottom-images-row {
    padding-top: 50px;
  }
}
@media (min-width: 1020px) {
  .text-media--template--two-image-bottom-blockquote .bottom-images-row {
    padding-top: 65px;
  }
}
@media (min-width: 1020px) {
  .text-media--template--two-image-bottom-blockquote .blockquote-col {
    padding-left: 60px;
  }
}
.text-media--template--two-image-bottom-blockquote .blockquote-col .text-media__blockquote {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .text-media--template--two-image-bottom-blockquote .blockquote-col .text-media__blockquote {
    font-size: 2.1875rem;
    font-style: italic;
  }
}
@media (min-width: 768px) {
  .text-media--template--two-image-bottom-blockquote .blockquote-col .text-media__blockquote-author {
    font-size: 1.125rem;
  }
}
.text-media--template--mini-gallery .text-media__media-wrapper {
  flex-basis: unset;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1020px) {
  .text-media--template--mini-gallery .text-media__media-wrapper {
    height: 420px;
    min-height: 420px;
  }
  .text-media--template--mini-gallery .text-media__media-wrapper .text-media__media {
    height: 420px;
    min-height: 420px;
  }
}
.text-media--template--mini-gallery .text-media__content-wrapper {
  padding-top: 40px;
}
@media (min-width: 1020px) {
  .text-media--template--mini-gallery .text-media__content-wrapper {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .text-media--template--mini-gallery .copy-inner {
    padding-top: 20px;
    font-size: 1.375rem;
  }
}
@media (min-width: 1020px) {
  .text-media--template--mini-gallery .copy-inner {
    font-size: 1.625rem;
    padding-left: 80px;
  }
}
@media (min-width: 1370px) {
  .text-media--template--mini-gallery .copy-inner {
    padding-left: 100px;
  }
}
.text-media--template--mini-gallery .gallery-col {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .text-media--template--mini-gallery .gallery-col {
    padding-top: 0;
    padding-bottom: 50px;
    align-items: flex-start;
  }
}
.text-media--template--mini-gallery .gallery-col .gallery-title-wrap {
  width: 100%;
  font-size: 1.125rem;
  padding: 10px 0;
}
@media (min-width: 1020px) {
  .text-media--template--mini-gallery .gallery-col .gallery-title-wrap {
    padding: 0;
    font-size: 1.25rem;
  }
}
.text-media--template--mini-gallery .gallery-col .image-prod-link {
  padding-top: 10px;
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
}
.text-media--template--mini-gallery .gallery-col .image-prod-link:hover {
  color: #565656;
}
.text-media--template--mini-gallery .gallery-col .image-wrap {
  position: relative;
}
.text-media--template--mini-gallery .gallery-col .image-wrap.image-one {
  width: calc(50% - 10px);
  margin-right: 15px;
}
@media (min-width: 768px) {
  .text-media--template--mini-gallery .gallery-col .image-wrap.image-one {
    width: calc(50% - 20px);
    margin-right: 20px;
    height: 250px;
  }
}
@media (min-width: 1020px) {
  .text-media--template--mini-gallery .gallery-col .image-wrap.image-one {
    height: 345px;
  }
}
@media (min-width: 1370px) {
  .text-media--template--mini-gallery .gallery-col .image-wrap.image-one {
    height: 355px;
  }
}
.text-media--template--mini-gallery .gallery-col .stacked-images {
  width: calc(50% - 15px);
  margin-right: 7px;
  position: relative;
}
.text-media--template--mini-gallery .gallery-col .stacked-images .image-two {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .text-media--template--mini-gallery .gallery-col .stacked-images {
    width: calc(50% - 20px);
  }
  .text-media--template--mini-gallery .gallery-col .stacked-images .image-two,
.text-media--template--mini-gallery .gallery-col .stacked-images .image-three {
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .text-media--template--mini-gallery .gallery-col .stacked-images .image-two,
.text-media--template--mini-gallery .gallery-col .stacked-images .image-three {
    height: 140px;
  }
}
@media (min-width: 768px) and (min-width: 1020px) {
  .text-media--template--mini-gallery .gallery-col .stacked-images .image-two,
.text-media--template--mini-gallery .gallery-col .stacked-images .image-three {
    height: 145px;
  }
}
@media (min-width: 768px) and (min-width: 1370px) {
  .text-media--template--mini-gallery .gallery-col .stacked-images .image-two,
.text-media--template--mini-gallery .gallery-col .stacked-images .image-three {
    height: 145px;
  }
}
@media (min-width: 768px) {
  .text-media--template--mini-gallery .gallery-col .stacked-images .image-two {
    margin-bottom: 15px;
  }
  .text-media--template--mini-gallery .gallery-col .stacked-images .image-two.captioned {
    margin-bottom: 55px;
  }
}
@media (min-width: 1370px) {
  .text-media--template--mini-gallery .gallery-col .stacked-images .image-two.captioned {
    margin-bottom: 65px;
  }
}
