#brite-loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-image: url(../loading-bg.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;

}

#brite-loading #loading-image {
  z-index: 100;
  max-width: 430px;
  aspect-ratio: 1/1;
  width: calc(100% - 40px);
}
