.slideshow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;

  &__inner-frame {
    width: 100%;
    height: 100%;
    position: relative;
  }
}
