ul.slides li {
    height: 620px!important
}
@media screen and (max-width: 929px) {
    .editorMain {
        position: relative!important;
    }
    .memobilePageClass {
        flex-wrap: nowrap;
    }
    .editorBottom.is-attached-to-editor .priceContainer {
        bottom: 1rem;
    }
    .editorTop.pane {
        position: absolute;
        top: 0;
        width: 100%;
    }
    .zoom_options {
        top: 5rem;
        display: none;
    }
}
@media screen and (max-width: 929px) {
    .editorMain {
        position: fixed !important;
        right: 0 !important;
        max-height: calc(55% - 9rem);
    }
        .Script_Indesign:not(.dynamic-pane-layout-enabled) .freeTargetContainer {
        height: 45% !important;
    }
}
@media only screen and (max-width: 768px) {
    ul.slides li {
        height: 30vh !important
    }
    /*.editorBottom {
        bottom: unset;
    }*/
    /*.canvas-container {
        height: 500px !important;
        canvas#previewCanvas, canvas.upper-canvas {
            height: 100% !important;
            object-fit: contain;
        }
    }*/
    .pane.ui-layout-south {
    height: auto!important;
}
}

@media screen and (max-width: 408px) {
    .memobilePageClass {
        bottom: 6rem;
    }
}