.brazen-preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: fixed;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  top: 0;
}
.brazen-preloader img {
  position: absolute;
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .brazen-preloader img {
    width: 80px;
    height: 80px;
  }
}
.brazen-preloader h4 {
  display: none;
  color: rgba(0, 0, 0, 0.38);
}
.brazen-preloader svg + h4 {
  display: block;
}

