/**
 * WARNING: used also on mesec.cz
 * loaded in /obcan365/payment.js
 */
.payment .mfp-iframe-holder .mfp-content {
    height: 600px;
    width: 950px;
    max-width: none;
}
.payment .mfp-iframe-scaler {
    padding-top: 0;
}
.payment iframe {
    background: url(../images/loader-big.gif) no-repeat center transparent;
    box-shadow: none;
    height: 600px;
    overflow: hidden;
    border: none;
}
@media (max-width: 950px) {
    .payment .mfp-container {
        padding: 0;
    }
    .payment .mfp-iframe-holder .mfp-content {
        width: 100%;
        height: 100%;
    }
    .payment iframe {
        height: 100%;
    }
}