#preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #0c050f;
  z-index: 30;
}

.pre_wrapper small {
  display: block;
  position: relative;
  text-align: center;
  font-size: 25px;
  top: 100px;
}

#preloader .icon_animate {
  position: absolute;
  width: 600px;
  height: 600px;
  background: url(../img/hero-logo.png) center center no-repeat;
  /* background-size: 140px; */
  /* centering begin */
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* centering end */
}
@media screen and (max-width: 576px) {
  #preloader .icon_animate {
  background-size: 290px;
  }
}