@charset "UTF-8";

#iframe-container {
    overflow: hidden;
    width: 100%;
    height: 700px;
}

#iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}