// Player for playing images as slideshow
// ==================================================

.viewer-player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;

  background-color: $color-black;

  cursor: none;

  > img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
