.tribe-item {
  position: relative;
}
.tribe-item .spinner-container {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
}
.tribe-item .spinner-container.hidden {
  display: none;
}
.tribe-item .spinner-container .fa-hourglass-half {
  position: relative;
  top: 36%;
  left: 47%;
}

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