div.popup {
    position: fixed;
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;

    padding: 40px;
    border-radius: 10px;
    background: gray;
}
div.popup iframe {
    background: white;
    width: 100%;
    height: 100%;
}
