.page {
    margin: -180px 0 0 -295px;
    width: 590px;
    height: 360px;
    border: 0px;
    padding: 0.8em;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
}

.edit-part{
    width: 40%;
    height: 200px;
}

.upload-area{
    width: 40%;
    height: 15em;
    border: 2px dashed lightgray;
    margin: 0 auto;
    text-align: center;
    display:inline-block;
    cursor: default;
}

.upload-area:hover{
    cursor: default;
}

.upload-area #drag-and-drop{
    text-align: center;
    font-weight: normal;
    margin-top: 6.5em;
    height: 30px;
    cursor: default;
}

.upload-area-click{
    display:inline-block;
    width: 40%;
    height: 55px;
    border: 2px solid lightgray;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.upload-area-click:hover{
    cursor: pointer;
    background-color: rgba(255,255,255,0.2);
}

.upload-area-click #click-here{
    margin-top: 15px;
    height: 30px;
    text-align: center;
    font-weight: normal;
}

#upload-area-or {
    display:inline-block;
    margin: 0 10px;
}

#file{
    display: none;
}

/* Thumbnail */
.thumbnail{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}


@media screen and (max-width: 1020px) {
    #upload-area-or {
        display: none;
    }

    #uploadfile {
        display: none;
    }

    .upload-area-click {
        display: inline-block;
        width: 90%;
        height: 80px;
        border: 4px solid lightgray;
        margin: 0 auto;
        text-align: center;
        cursor: pointer;
    }
    #click-here {
        font-size: 2em;
    }
    /*.thumbnail{*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    position: relative;*/
    /*    left: 0;*/
    /*    margin: 0;*/
    /*    text-align: left;*/
    /*}*/
    #thumbnail{
        width: 100%;
        height: 100%;
        position: relative;
        top: 50px;
        left: 4%;
        margin: 0;
        text-align: left;
    }
    #thumbnail-image{
        width: 61%;
        height: 61%;
    }
}