.loading {
  width: 100%;
  height: 100%;
}
.loading--full-screen {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loading .img-overlay {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading .img-overlay--background {
  background-color: rgba(0, 0, 0, 0.5);
}
.loading .img-overlay .img--background-black {
  border-radius: 25%;
  box-shadow: 15px 15px 30px black;
  background-color: black;
}

/*# sourceMappingURL=utility.css.map */
