html, .viewport { width: 100%; height: 100%; margin: 0 auto; } .smart-editor { width: calc(100% - 300px); height: 100%; } @media (max-width: 750px) { .smart-editor { width: 100%; } } .smart-editor-iframe-body { background-color: black; color: white; }