.loading-overlay {
  display: none;
  background-color: rgba(16, 16, 16, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.loading-overlay-image-container {
  position: fixed;
  z-index: 7;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-overlay-img {
  width: 100%;
}