#autumn_guide_popup .modal-dialog {
    width: 900px;
    max-width: calc(100% - 40px);
    margin: 8vh auto 30px;
}

#autumn_guide_popup .modal-content {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: none;
    background: #fff;
}

.autumn-guide-wrap {
    display: flex;
    min-height: 420px;
}

.autumn-guide-text {
    width: 58%;
    padding: 48px 54px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.autumn-guide-image {
    width: 42%;
    overflow: hidden;
}

.autumn-guide-image picture,
.autumn-guide-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.autumn-guide-image img {
    object-fit: cover;
    object-position: 33% center;
}

.autumn-guide-title {
    color: #555;
    font-size: 30px;
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: .02em;
    margin-bottom: 18px;
}

.autumn-guide-desc {
    color: #555;
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 28px;
}

.autumn-guide-form {
    max-width: 390px;
}

#autumn-guide-email {
    width: 100%;
    height: 46px;
    border: 1px solid #777;
    border-radius: 5px;
    padding: 10px 13px;
    margin-bottom: 8px;
    box-shadow: none;
    font-size: 16px;
}

#autumn-guide-submit {
    width: 100%;
    height: 46px;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: #595959;
    color: #fff;
    font-size: 17px;
}

#autumn-guide-submit:disabled {
    opacity: .65;
}

#autumn-guide-response {
    min-height: 18px;
    max-width: 390px;
    margin-bottom: 7px;
    font-size: 13px;
}

#autumn-guide-response.error {
    color: #a94442;
}

#autumn-guide-response.success {
    color: #587158;
}

#autumn_guide_popup .close {
    position: absolute;
    z-index: 10;
    right: 12px;
    top: 8px;
    width: 34px;
    height: 34px;
    border: 0;
    background: rgba(255,255,255,.88);
    border-radius: 50%;
    font-size: 28px;
    font-weight: 300;
    color: #555;
    opacity: 1;
}

@media (max-width: 767px) {

    #autumn_guide_popup .modal-dialog {
        width: calc(100% - 28px);
        max-width: 480px;
        margin: 18px auto;
    }

    .autumn-guide-wrap {
        flex-direction: column;
        min-height: 0;
    }

    .autumn-guide-image {
        order: 1;
        width: 100%;
    }

    .autumn-guide-image img {
        object-position: center center;
    }

    .autumn-guide-text {
        order: 2;
        width: 100%;
        padding: 28px 30px 30px;
        text-align: center;
    }

    .autumn-guide-title {
        font-size: 27px;
    }

    .autumn-guide-desc {
        font-size: 16px;
        margin-bottom: 22px;
    }

    .autumn-guide-form,
    #autumn-guide-response {
        max-width: none;
    }
}

@media (max-width: 420px) {


    .autumn-guide-text {
        padding-left: 23px;
        padding-right: 23px;
    }

    .autumn-guide-title {
        font-size: 25px;
    }
}
