/* 9576184 - 9/20/24 - Jon B */

@media (min-width: 1000px) {
  .custom-image-slider .slick-slide figcaption,
  body:not(.fsComposeMode):not(.home):not(.fsHasLeftBanner):not(.fsHasRightBanner).fsHasOneColumnLayout .fsPageLayout .fsLayout .custom-image-slider .slick-slide figcaption {
    width: 80%;
    left: 10%;
  }

  .custom-image-slider .fsPrevButton,
  body:not(.fsComposeMode):not(.home):not(.fsHasLeftBanner):not(.fsHasRightBanner).fsHasOneColumnLayout .fsPageLayout .fsLayout .custom-image-slider .fsPrevButton {
    left: calc(10% - 40px);
  }

  .custom-image-slider .fsNextButton,
  body:not(.fsComposeMode):not(.home):not(.fsHasLeftBanner):not(.fsHasRightBanner).fsHasOneColumnLayout .fsPageLayout .fsLayout .custom-image-slider .fsNextButton {
    right: calc(10% - 40px);
  }
}

@media (max-width: 999px) {
  .custom-image-slider .fsPrevButton {
    left: 0 !important;
  }

  .custom-image-slider .fsNextButton {
    right: 0 !important;
  }
}
