#screensaver .fade {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11000;
  width: 100%
}

#screensaver img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

#screensaver .blocker {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255,255,255,0.5);
}

video {
  width: 100%;
}
