.modWbnUnderConstruction {
    min-height: 100vh;
    padding: 30px 0;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.modWbnUnderConstruction .image {
    max-width: 90%;
}
.modWbnUnderConstruction .image img {
    width: 100%;
    height: auto;
}
.modWbnUnderConstruction h1 {
    font-size: 55px;
    font-weight: 300;
    text-align: center;
}
.modWbnUnderConstruction p {
    margin: 0;
}
.modWbnUnderConstruction h4 {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: #888;
    margin: 0;
    line-height: 1.4;
}
.modWbnUnderConstruction a {
    text-decoration: none;
    color: #64D1F1;
}

@media (max-width: 800px) {
    .modWbnUnderConstruction h1 {
        font-size: 40px;
    }
    .modWbnUnderConstruction h4 {
        font-size: 20px;
    }
}