/* SLIDESHOW */
/* line 5, scss/slideshow.scss */
.slideshow_wrapper {
  display: none; }

/* line 9, scss/slideshow.scss */
.page-main-page .slideshow_wrapper {
  display: block; }
  /* line 11, scss/slideshow.scss */
  .page-main-page .slideshow_wrapper .imgs {
    background: url("/img/bespoke/sandylane_2019/slide_bg.png") no-repeat top;
    padding: 20px 10px; }
    /* line 15, scss/slideshow.scss */
    .page-main-page .slideshow_wrapper .imgs #theme-slideshow {
      clear: both;
      position: relative;
      overflow: hidden;
      width: 100%; }
      /* line 21, scss/slideshow.scss */
      .page-main-page .slideshow_wrapper .imgs #theme-slideshow img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0; }
      /* line 29, scss/slideshow.scss */
      .page-main-page .slideshow_wrapper .imgs #theme-slideshow-captions {
        position: absolute;
        bottom: 1%;
        left: 1%;
        padding: 10px;
        font-size: 5rem;
        color: #fff;
        font-weight: bold;
        width: 99%;
        line-height: normal;
        text-align: left;
        text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.58); }

/* line 46, scss/slideshow.scss */
.theme-slideshow-caption {
  position: absolute;
  bottom: 0; }

/* END OF SLIDESHOW */

/*# sourceMappingURL=../sass */