#editorFrame,
#page-editor{
    height:70vh;
     
    height : -webkit-calc(100vh - 145px);
    height :-moz-calc(100vh - 145px);
    height :-o-calc(100vh - 145px);
    height :-ms-calc(100vh - 145px);
    height :calc(100vh - 145px);
     
    height : -webkit-calc((var(--vh, 1vh) * 100) - 145px);
    height :-moz-calc((var(--vh, 1vh) * 100) - 145px);
    height :-o-calc((var(--vh, 1vh) * 100) - 145px);
    height :-ms-calc((var(--vh, 1vh) * 100) - 145px);
    height :calc((var(--vh, 1vh) * 100) - 145px);
    min-height:340px;
    border:0;
}
#finishOrderPage .previewImg, .video-thumb  {
   width: 100%;
   margin-top: 20px;
}


@media (min-width: 399px) {}
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
    #editorFrame,
    #page-editor{
        height : -webkit-calc(100vh - 100px);
        height :-moz-calc(100vh - 100px);
        height :-o-calc(100vh - 100px);
        height :-ms-calc(100vh - 100px);
        height :calc(100vh - 100px);
    border-radius: 0;
    }

    #editorPage{
        border-radius: 15px;
        border: 1px solid #ccc;
        padding: 5px;
    }
}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}