#face-redirect {
  position: fixed;
  background: white;
  background-image: url(../images/face-redirect.jpg);
  background-size: contain;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  left: -100vw;
  top: 0vh;
  transition: left 0.5s ease-in-out;
  z-index: 12003;
}
