.misc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 3rem);
  text-align: center;
}
.misc-wrapper .errorcode{
  line-height: 6rem;
  font-size: 6rem;
}

.bigmessage{
  font-family: 'Montserrat', sans-serif;
  font-size: 350px;
  margin: 0px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url('../../../img/favicon/bg.jpg') no-repeat;
  -webkit-background-clip: text;
  background-clip: text; /* Standard property for compatibility */
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}


.misc-bg-wrapper {
  position: relative;
}
.misc-bg-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

@media (max-width: 1499.98px) {
  .misc-bg-wrapper img {
    height: 250px;
  }
  .misc-under-maintenance-bg-wrapper img {
    height: 270px !important;
  }
}
