.loading-wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1002;
  text-align: center;
}
#loading-label {
  color: #fff !important;
  text-decoration: none !important;
  font-family: OpenSans-Regular;
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 50px;
  top: 50%;
}
@media only screen and (max-width: 480px) {
  #loading-label {
    display: none;
  }
}
