.outer-loader {
      width: auto;
      height: 100vh;
      /*display: flex;*/
      align-items: center;
      justify-content: center;
   /*   background-image: url('../media/expo/01-lobby.jpg');
      background-size: 100%;
      background-repeat: no-repeat;*/
}
.inner-loader-img {
      position:absolute;
      z-index: 1;
      text-align: center;
      align-items: center;
      height: 30%;
      width: 30%;
      top:35%;
      left:35%;
}
p.loader {
      position: relative;
      top: 35%;
      transform: translateY(-50%);
      padding: 35px;
      font-weight: bold;
      font-size: 0.9rem;
      color: hsl(0, 64%, 34%);
}
