body div.rex-loading {
  display: none;
  position: fixed;
  width: 90px;
  height: 90px;
  top: calc(50% - 90px / 2);
  left: calc(50% - 90px / 2);
  z-index: 1966;
  border-radius: 50%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/rex-strolling.gif");
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.175);
}
body div.rex-loading > img {
  display: none;
}
/*# sourceMappingURL=loader.css.map */
