ul.slides li {
    height: 620px!important
}
@media screen and (max-width: 929px) {
    .editorMain {
        position: unset!important;
    }
    .memobilePageClass {
        left: unset;
        transform: none;
        right: 2rem;
    }
    .editorBottom.is-attached-to-editor .priceContainer {
        bottom: 1rem;
    }
}
@media only screen and (max-width: 768px) {
    ul.slides li {
        height: 30vh !important
    }
    .editorBottom {
        bottom: unset;
    }
    .canvas-container, canvas#previewCanvas, canvas.upper-canvas {
        height: 500px !important;
    }
}

@media screen and (max-width: 408px) {
    .memobilePageClass {
        bottom: 4rem;
    }
}