/* preload */ .preload { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba($brand-primary, 0.2); z-index: 9999; .status { position: absolute; width: 56px; height: 56px; left: 50%; top: 30%; background-repeat: no-repeat; background-position: center; margin: -28px 0 0 -28px; text-align: center; color: $brand-primary; img { margin-bottom: 20px; } } }