.slideshow {
  margin-bottom: 2.0625rem;
  background-color: #eef1f4;
}
@media (min-width: 48rem) {
  .slideshow {
    margin-bottom: 4.125rem;
  }
}
@media (min-width: 62rem) {
  .slideshow {
    margin-bottom: 6.25rem;
  }
}

.slideshow .field--name-field-media-slideshow {
  display: none;
}

.slide {
  position: relative;
}
.slide img {
  position: relative;
}
.slide img,
.slide .slide__description {
  opacity: 1;
  transition: opacity 0.3s ease-in;
  z-index: 1;
}

.slide__credit {
  font-style: italic;
  margin-top: 0.5rem;
}
.slide__credit {
  font-size: 0.5763888889rem;
}
@media (min-width: 48rem) {
  .slide__credit {
    font-size: 0.7291666667rem;
  }
}
@media (min-width: 62rem) {
  .slide__credit {
    font-size: 0.875rem;
  }
}

.slide__description {
  bottom: 0;
  padding: 1em;
}
@media (max-width: 37.49875rem) {
  .slide__description {
    font-size: 0.5rem;
  }
}

.slideshow__button {
  background-color: transparent;
  color: #fff;
  height: 3.75rem;
  margin: auto;
  position: absolute;
  top: calc(50% - 1.875rem);
  transition: all 0.2s ease-in-out;
  width: 3.75rem;
  z-index: 2;
}
.slideshow__button:hover, .slideshow__button:focus {
  background: transparent;
}
.slideshow__button svg {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.slideshow__button polygon,
.slideshow__button use {
  fill: #0288d1;
}

.slideshow__button--next {
  right: -2.5rem;
}
@media (min-width: 62rem) {
  .slideshow__button--next {
    right: -3.75rem;
  }
}
.slideshow__button--next:hover, .slideshow__button--next:focus {
  right: -2.5rem;
}
@media (min-width: 62rem) {
  .slideshow__button--next:hover, .slideshow__button--next:focus {
    right: -3.4375rem;
  }
}

.slideshow__button--prev {
  left: -2.5rem;
}
@media (min-width: 62rem) {
  .slideshow__button--prev {
    left: -3.75rem;
  }
}
.slideshow__button--prev:hover, .slideshow__button--prev:focus {
  left: -2.5rem;
}
@media (min-width: 62rem) {
  .slideshow__button--prev:hover, .slideshow__button--prev:focus {
    left: -3.4375rem;
  }
}