/* SLIDESHOW */
/* line 5, scss/slideshow.scss */
.slideshow-wrapper {
  flex: 0 0 100%;
  max-width: 100%; }

/* line 9, scss/slideshow.scss */
#theme-slideshow {
  clear: both;
  position: relative;
  overflow: hidden;
  width: 100%; }
  /* line 15, scss/slideshow.scss */
  #theme-slideshow img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
  /* line 23, scss/slideshow.scss */
  #theme-slideshow-captions {
    position: absolute;
    bottom: 10%;
    left: 1%;
    right: 1%;
    font-size: 2.5rem;
    color: #171f9d;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    text-shadow: none;
    margin: auto; }

/* END OF SLIDESHOW */

/*# sourceMappingURL=../sass */