
.simple-slideshow,
.simple-slideshow__slides {
  position: relative;
}
.simple-slideshow__slide {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background-size: cover;
  opacity: 0;
}
.simple-slideshow__slide.is-current {
  opacity: 1;
}
