
.iframeModal
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    min-width: calc(100vh - 20px);
    background: #000000;
    border: 10px solid #00000090;
}

.iframeModal iframe
{
    border: 0;
}

.iframeModal .iframeModal-header .iframeModal-heading,
.iframeModal .iframeModal-header .iframeModal-close
{
    display: inline-block;
    width: calc(100% - 40px);
    height: 40px;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
}

.iframeModal .iframeModal-header .iframeModal-close
{
    width: 40px;
    background: rgba(255,255,255, .5);
    text-align: center;
    cursor: pointer;
}
