/**
* @file: suhdanne.css
* @version: 2.0
*/
.mfp-iframe-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mfp-iframe-scaler iframe {
    background: #FFF;
    position: relative; /* was absolute */
    margin: 0 auto;
}
/* max 400px wide portrait or max 400px high landscape */
@media screen and (orientation: portrait) and (max-width: 400px), (orientation: landscape) and (max-height: 400px) {
    .mfp-iframe-holder {
        padding: 4px;
    }
    .mfp-content {
        height: 90%;
        width: 90%;
    }
}

.mfp-iframe-holder .mfp-content {
    width: 90%; /*default for small screens*/
    height: 90%;
    max-width: 800px;
    max-height: 750px;
    margin-top:0px;
    margin-bottom:auto;
    text-align: center;

    /*margin: auto;
    display: inline-block;*/
}
button.mfp-arrow,
button.mfp-arrow:hover,
button.mfp-close:hover {
    box-shadow:none;
    border:none;
}
