#wp-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/logo/hair-by-jazz-preloader.png");
  background-position: center 40%, center 65%;
  background-repeat: no-repeat;
  background-color: white;
  z-index: 99998;
  width: 100%;
  height: 100%; }
  #wp-preloader:after {
    content: "";
    display: block;
    background-image: url("../images/preloader.gif");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: 58%; }
  @media (max-width: 991px) {
    #wp-preloader {
      background-size: 150px; }
      #wp-preloader:after {
        top: 55%;
        width: 60px;
        height: 60px;
        left: calc(50% - 30px); } }

/*# sourceMappingURL=preloader.css.map */
