iframe {
    position: relative;
    border: none;

}

.iframe-content {
    overflow: clip;
}

.iframe-content body {
    margin: 0;
    background: transparent;
}