/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.from-wrapper {
    width: 70vw;
    padding: 3rem;
    background: white;
    display: block;
    margin: auto;
    position: relative;
}

.mfp-close {
    right: 15vw;
}

@media screen and (max-width: 640px) {
    .from-wrapper {
        width: 90vw;
        padding: 3rem;
        background: white;
        display: block;
        margin: auto;
    }

    .mfp-close {
        right: 2.5vw;
    }
}

