.spinner-wrapper {
  @include align-center-both;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  min-height: 100vh;
  height: 100%;
  z-index: 10;
  background-color: transparent;
}