.jims-cb-modal {
    position: fixed;
    background-color: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
.jims-cb-modal.hidden {
    display: none;
}
.jims-cb-modal .inner {
    margin: 5% auto;
    width: 90%;
    max-width: 960px;
    height: 90%;
    background-color: white;
    position: relative;
}

.jims-cb-modal .inner .close__control {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
}
.jims-cb-modal .inner .jims-cb-modal__content {
    width: 100%;
    height: 100%;
}

.jims-cb-modal .inner iframe {
    width: 100%;
    height: 100%;
}

.wpcb {
    width: 100%;
    max-width: 100%;
}

.wpcb iframe {
    width: 100%;
    min-height: 60vh;
    max-height: 100vh;
}