.screensaver-overlay {
  display: none;
  position: fixed;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100; }

.saver-wrap {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  z-index: 120; }

#saver-badge {
  opacity: 0;
  display: none;
  top: 0;
  right: 0;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  background-size: cover;
  background-position: center center;
  z-index: 100;
  position: absolute; }

.screensaver .screensaver-overlay,
.screensaver #saver-badge,
.screensaver .saver-wrap {
  display: block;
  opacity: 1; }

/*# sourceMappingURL=screensaver.css.map */
