#editorFrame,
#page-editor{
    min-height:570px;
    height:60vh;
}
#finishOrderPage .previewImg  {
   width: 100%;
   margin-top: 20px;
}
#editorPage{
    border-radius: 15px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #f7f7f7;
}
@media (min-width: 399px) {}
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {

    #editorFrame,
    #page-editor{
    height:600px;
    border-radius: 0;
    
}

}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}