/***
 * Layout 2:Image Top *
 ***/

.modalContent{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 490px;
    overflow: hidden;
}
.modalContent__image{
    position: absolute;
    top: 0;
    display: block;
    clear:both;
    min-height: 200px;
    width:100%;

    background-position: 50% 50%;
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-size: contain;
}
.modalContent__content{
    clear:both;
    width: 100%;
    padding: 220px 42px 22px 42px;
    margin-left: auto;
    margin-right:auto;
}
.content__titleDescription{
    margin-top: 30px;
}
.content__button{
    margin-bottom: 20px;
    height: 36px;
}

.content__formFields {
    margin-top: 20px;
}

/* Media Queries */
@media only screen and (max-width: 489px) {

    .modalContent {
        width: 100%;
    }

    .modalContent__content{
        padding: 220px 22px 22px;
    }
}
