// editor-mirror
.editor-container-mirror{
    .editor-shell,
    .editor-shell-wrap{
        height: auto !important;
        width: auto !important;
    }

    .editor-shell{
        overflow: hidden;
        position: relative;
    }

    .editor-mirror{
        position: relative;

        .editor-layout{
            margin: 0 auto;
            overflow: hidden;
            position: relative;

            & + .editor-layout{
                margin-top: 40px;
            }
        }
    }

    .editor-canvas {
        background: none;

        .editor-element{
            &:before,
            &:after{
                visibility: hidden;
            }
        }
    }
}