section.image-story-rotator .row.wysiwyg {
  padding: 0 4%;
}
section.image-story-rotator .row.wysiwyg > * {
  padding-left: 0;
  padding-right: 0;
}
section.image-story-rotator .splide {
  width: calc(100% - 60px);
  margin: 0 auto;
}
section.image-story-rotator .splide__slide {
  display: flex;
}
section.image-story-rotator .splide__slide .isr-image {
  width: 50%;
}
section.image-story-rotator .splide__slide .isr-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.image-story-rotator .splide__slide .isr-text {
  width: 50%;
  padding: 30px;
}
section.image-story-rotator .splide__slide .isr-text p.heading {
  font-size: 1.1rem;
  font-weight: bold;
}
section.image-story-rotator .splide__arrow {
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  opacity: 1;
}
section.image-story-rotator button.splide__arrow svg {
  display: none !important;
}
section.image-story-rotator button.splide__arrow--prev {
  left: -35px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22.297" height="34.145" viewBox="0 0 22.297 34.145"><path d="M-385.928,3871.6s-10.483,9.351-14.563,14.693,15.057,12.628,18.068,15.218" transform="translate(402.604 -3869.479)" fill="none" stroke="%23c1a027" stroke-linecap="round" stroke-width="3"/></svg>');
}
section.image-story-rotator button.splide__arrow--next {
  right: -35px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17.686" height="26.676" viewBox="0 0 17.686 26.676"><path d="M-398.519,3871.6s7.584,6.763,10.927,11.024-11.3,9.475-13.557,11.418" transform="translate(403.265 -3869.478)" fill="none" stroke="%23c1a027" stroke-linecap="round" stroke-width="3"/></svg>');
}
section.image-story-rotator button.splide__arrow--prev:not([disabled]):hover,
section.image-story-rotator button.splide__arrow--prev:not([disabled]):focus {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22.297" height="34.145" viewBox="0 0 22.297 34.145"><path d="M-385.928,3871.6s-10.483,9.351-14.563,14.693,15.057,12.628,18.068,15.218" transform="translate(402.604 -3869.479)" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-width="3"/></svg>');
}
section.image-story-rotator button.splide__arrow--next:not([disabled]):hover,
section.image-story-rotator button.splide__arrow--next:not([disabled]):focus {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17.686" height="26.676" viewBox="0 0 17.686 26.676"><path d="M-398.519,3871.6s7.584,6.763,10.927,11.024-11.3,9.475-13.557,11.418" transform="translate(403.265 -3869.478)" fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-width="3"/></svg>');
}
@media (max-width: 767px) {
  section.image-story-rotator .row.wysiwyg {
    padding: 0;
  }
  section.image-story-rotator .row.wysiwyg > * {
    padding-left: 12px;
    padding-right: 12px;
  }
  section.image-story-rotator .splide__slide {
    flex-direction: column;
  }
  section.image-story-rotator .splide__slide .isr-image {
    width: 100%;
  }
  section.image-story-rotator .splide__slide .isr-text {
    width: 100%;
    padding: 30px;
  }
}