.search-throbber {
  background-image: url("./lightness_rotate.gif");
  position: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-throbber-wrapper {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
