.popup_close_button {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 10px;
    padding-bottom: 10px;
    border-radius: 0 0 0 20px;
    -moz-border-radius: 0 0 0 20px;
    -webkit-border-radius: 0 0 0 20px;
    background: url('/images/transpx2.png') repeat scroll 0 0 transparent;
}

.popup_iframe {
    visibility: hidden;
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: url('/images/transpx2.png') repeat scroll 0 0 transparent;
    z-index: 10000;
    width: 90%;
    margin: 0 auto;
}

.popup_iframe > iframe {
    width: 100% !important;
}

@media (max-width: 1024px) {
    .popup_iframe {
        width: 100% !important;
        left: 0 !important;
    }
}