html {
    overflow-y: auto;
    overflow-x: auto;
}

.container.step4 {
    overflow-x: auto;
    overflow-y: hidden;
}

.bg-unity {
    background: white;
    width: 100%;
    min-width: 960px;
    min-height: 713px;
}

.bg-unity canvas {
    width: 100%;
    height: 100%;

}

.full-height{
    height: 100vh;
}

#container-dropzone{
    width: 500px;
    max-width: 500px;
    min-width: 500px;
    height: 416px;
    background: white;
    border: 4px solid #171717;
    padding-top: 50px;
    margin: 0 auto;
}

.dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: #eaeaea;
    width: 400px;
    height: 300px;
    padding: 70px;"
}

#dropzone{
    margin: 0 auto;
    overflow: hidden;
}

.dz-preview.dz-file-preview.dz-processing.dz-error.dz-complete {
    margin: 0 auto;
    width: 120px;
    display: block;
}

.dz-preview{
    margin: 0 auto;
    width: 120px;
    display: block;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
    margin: 16px auto;
    width: 120px;
    height: 120px;
    display: block;
}

.dropzone .dz-preview.dz-image-preview {
    background: none;
}

.container-download {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: -40px;
}

.button-download {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    background: #c9c9c9;
    background-color: #cdcdcd !important;
    font-family: "Lucida-Sans-Unicode";
    color: #060606 !important;
    font-size: 15px;
    height: 40px;
    padding: 14px 10px;
    text-align: center;
    bottom: 12px;
    border: none;
    cursor: pointer;
}