#selfLoading {
  position: fixed;
  min-width: 100%;
  height: 100%;
  top: 0;
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 0.4);
}
.imagePos {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hide{
    display: none;
}
