/* Modal PopUps */
#wb-form-popup-wrap {
    background: rgba(0,0,0,0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    color: #fff;
    -webkit-box-align:center;
    -webkit-box-pack:center;
    display: none;
}
.door-open{
    display: block !important;
}
#wb-form-popup {
    background: rgba(0,0,0,0.0);
    position: relative;
}

#wb-form-popup-close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 38px;
}

#modal_box_video_1
{
    display: none;
}

#wb-form-popup,
.iframe_video {
    width: 800px;
    height: 450px;
}

/* mobile */
@media(max-width: 700px) {
    #wb-form-popup {
        width: 300px;
        height: auto;       
    }

    .iframe_video {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
}