.loader { background-color: $white; bottom: 0; display: none; height: 100%; left: 0; opacity: 0; position: fixed; right: 0; top: 0; width: 100%; z-index: -100; .container { @include display(flex); @include align-items(center); @include justify-content(center); height: 100%; width: 100%; } p { @extend %large; color: $gray; text-align: center; } &.active { display: block; background-color: rgba($white, .95); opacity: 1; z-index: 99900; } }