#content, .welcome {
    height: 100%;
}

#container .welcome .welcometext {
    width: 90%;
    margin: 0 auto 50px;
}

#container .welcome .welcomeimage {
    position: relative;
    padding-top: 70%;
    background-image: url('/img/closed/landing-code-corretta.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 541px;
    width: 100%;
}


#container .welcome .containerbutton {
    width: 100%;
    height: 100%;
    display: table;
}

#container .welcome .inner {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

#container .welcome p {
    font-family: "BauerBodoniBT-Roman", "Times New Roman", Times, serif;
    font-size: 28px;
    color: #000;
    font-weight: normal;
    letter-spacing: 3px;
}

@media screen and (min-width: 1050px) {
    #container .welcome .welcometext {
        margin: 0 auto 105px;
    }

}


@media screen and (min-width: 754px) {
    #container .welcome {
        padding-top: 40px;
    }

}


/* start mobile version */
@media (max-width: 1250px) {
    #container .welcome p br {
        display: none;
    }
}
