/*
 * @ske/core default theme
 */
sk-background .wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  z-index: -1;
}

sk-background .wrapper.absolute {
  position: absolute;
}

sk-background .qs-photo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  opacity: 0;
}
sk-background .qs-photo.absolute {
  position: absolute;
}
sk-background .qs-photo.qs-on {
  opacity: 1;
}
sk-background .qs-bg-credits {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #ccc;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  opacity: 0.8;
}
sk-background .qs-bg-credits a {
  color: inherit;
  text-decoration: none;
}