html, body {
  width: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
  background: #020a11;
  font-family: "Lato", sans-serif;
  position: relative;
}

#maintenance {
  background: url("/maintenance/images/brango-bg-desk.png") #020a11 no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
  #maintenance {
    background: url("/maintenance/images/brango-bg-mob.png") #020a11 no-repeat;
    background-position: center;
    background-size: cover;
  }
}
#maintenance .LogoTopBrango {
  display: block;
  width: 100%;
  max-width: 250px;
  position: relative;
  margin: 30px auto;
}
#maintenance .LogoTopBrango img {
  display: block;
  width: 100%;
  max-width: 465px;
  height: auto;
}
#maintenance .MaintenanceIcon {
  height: 100%;
  max-height: 450px;
  background: url("../images/icon-brango-desk.png") no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 600px) {
  #maintenance .MaintenanceIcon {
    background: url("/maintenance/images/icon-brango-mob.png") no-repeat !important;
    background-position: center;
    background-size: contain;
  }
}
#maintenance .Text {
  color: #ffffff;
}
#maintenance .Text h1 {
  font-size: 48px;
}
#maintenance .Text h5 {
  font-size: 30px;
  font-weight: 500;
}