.main-wrapper {
    text-align: center;
    padding: 0;
    margin: 0;
    box-sizing: content-box;
    position: relative;
    background: transparent;
}

#canvas {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.download-wrapper, .image-select-wrapper {
    display: inline-block;
    width: 350px;
    height: 350px;
}

.image-canvas-wrapper {
    display: inline-block;
    width: 320px;
    height: 320px;
}

.mask-canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.image-select, .download-container {
    width: 350px;
    height: 350px;
    display: table;
    position: relative;
    margin: 0 auto;
}

.image-select-text, .download-button-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.image-text, .download-button {
    color: #ffffff !important;
    background: #000;
    border-width: 0px !important;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 26px;
    width: 86%;
    margin: 0 auto;
    font-family: 'AvenirNext-Bold';
    padding: 20px 6px;
}

.download-button {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
    cursor: pointer;
    opacity: .5;
    background: #b6b6b6;
}

.download-button-active {
    pointer-events: all;
    opacity: 1;
}

.input-image-select {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.zoom-wrapper {
    text-align: center;
}

.zoom-btn {
    margin:0 .2rem;
    display: inline-block;
    cursor: pointer;
}
