#archives-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}

#archives-loader .logo {
  width: 70%;
  max-width: 350px;
}

.-loaded #archives-loader {
  opacity: 0;
  transition: opacity .35s ease-out;
}