.hidden {
    display: none;
}
.modal-fade__fog {
    opacity: 0.6;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    background: #000;
    transition: opacity .15s linear;
}

.modal-fade__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1051;
    outline: 0;
    transition: opacity .15s linear;
}

.modal-fade__content {
    width: 60%;
    margin: 0 auto;
    color: black;
    background: white;
    margin-top: 70px;
    padding: 30px;
    height: 250px;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.modal-fade__header {
    text-align: center;
    font-weight: bold;
    font-size:26px;
}

.modal-fade__image {
    background: center/contain url(../images/thanks-img.png) no-repeat;
    width: 80px;
    height: 80px;
    margin: 0 auto
}

.modal-fade__body {
    text-align: center;
    font-size:20px;
}

@media (max-width: 500px) {
    .modal-fade__content {
        width: 90%;
        margin: 70px auto 0;
        color: black;
        background: white;
        padding: 30px;
        height: 320px;
    }
}
