#loading-header {
  display: none;
}
.circle-loader {
  display: none;
}
#loading-presented-by {
  display: none;
}
.custom-loading-image-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.quickstart .custom-loading-image-container {
  display: none;
}

.custom-loading-image {
  max-width: 100vw;
  max-height: 60vh;
}