/* 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;
}

#wb-form-popup {
    background: rgba(0,0,0,0.0);
    position: relative;
    height: 100%;
    width: 100%;
    
}

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

#modal_box_video_1{
    display: none;
    background: rgba(0,0,0,0.0);
    position: relative;
    height: 100%;
    width: 100%;
}
.video-wrapper{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.rwd-video{
    width: 80%;
    position: relative;
    margin: 0 auto;
}