/* for iframes */
html.iframe #media_place {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    overflow: hidden;
    text-align: left;
}
html.iframe .comments-enabled #media_place {
    position: static;
    overflow: hidden;
}
html.iframe #media_container .sub-block.tab-window {
    margin: 0;
}
html.iframe #media_container {
    display: inline-block;
    line-height: 100%;
    width: 100%;
    text-align: left;
    vertical-align: middle;
}