body {
    overflow-x: hidden
}

.crop-container {
    font-size: 0;
    text-align: center;
    line-height: 1;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzg3ODc4NyIgZmlsbC1vcGFjaXR5PSIuMjUiIGQ9Ik0wIDBoNXY1SDB6TTUgNWg1djVINXoiLz48cGF0aCBmaWxsPSIjZmZmIiBmaWxsLW9wYWNpdHk9Ii4yNSIgZD0iTTUgMGg1djVINXpNMCA1aDV2NUgweiIvPjwvc3ZnPg==);
    color: #fff;
    font-weight: 700;
    -webkit-box-shadow: 0 2px 16px -4px #000 inset;
    box-shadow: inset 0 2px 16px -4px #000
}

.crop-inner > :first-child {
    text-shadow: 0 2px 6px rgba(0, 0, 0, .5), 0 4px 12px rgba(0, 0, 0, .5);
    white-space: nowrap;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.crop-loaded .crop-inner > :first-child,
.crop-loading .crop-inner > :first-child {
    display: none
}

.crop-container input {
    height: 0;
    width: 0;
    opacity: 0;
    position: absolute
}

.crop-container:not(.crop-loaded):hover {
    background-color: rgba(0, 0, 0, .5)
}

.crop-container span {
    font-size: 16px
}

.crop-inner {
    padding-bottom: 56.25%;
    position: relative
}

.crop-layer,
.crop-status-layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.crop-container.crop-loaded {
    cursor: move
}

.crop-container.crop-locked {
    cursor: inherit
}

.crop-container.crop-locked .crop-phantom {
    display: none
}

.crop-container img,
.crop-container span {
    vertical-align: middle
}

.crop-edit-area,
.crop-phantom {
    height: 100%
}

.crop-phantom img {
    opacity: .2;
    -moz-transition: opacity .8s;
    -o-transition: opacity .8s;
    -webkit-transition: opacity .8s;
    transition: opacity .8s
}

.crop-edit-area {
    overflow: hidden;
    position: relative
}

.crop-valign-helper {
    display: inline-block;
    height: 100%
}

.crop-tool-item {
    cursor: inherit
}

.crop-container > div {
    padding-bottom: 56.25%
}

.crop-input input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 0
}

.crop-container.crop-loaded .crop-input input {
    height: 0;
    width: 0
}

.crop-move {
    position: absolute
}

.crop-edit-area img,
.crop-phantom img {
    width: 100%;
    height: auto
}

.crop-toolbar {
    position: absolute;
    display: none;
    top: 100%;
}

.crop-container-left .crop-toolbar{
    left: 0;
}

.crop-container-right .crop-toolbar{
    right: 0;
}

.crop-container:not(.crop-locked) .crop-toolbar.crop-outside-view {
    right: auto;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.crop-container.crop-loaded .crop-toolbar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.crop-toolbar > span {
    display: inline-block;
    text-align: center;
    padding: 4px;
    margin: 0 4px;
    border: 1px solid #bababa;
    background-color: #fff;
    color: #444;
    min-width: 40px;
    font-size: 21px;
    cursor: pointer;
    border-radius: 4px;
    font-family: Arial, Helvetica, Sans-Serif
}

.crop-toolbar > span:hover {
    background-color: #ddd
}

.crop-toolbar > span.crop-cancel,
.crop-toolbar > span.crop-edit,
.crop-toolbar > span.crop-save {
    color: #fff
}

.crop-toolbar > span.crop-save {
    background-color: #769d20
}

.crop-toolbar > span.crop-save:hover {
    background-color: #adc479
}

.crop-toolbar > span.crop-cancel {
    background-color: #dd1620
}

.crop-toolbar > span.crop-cancel:hover {
    background-color: #c47979
}

.crop-toolbar > span.crop-edit {
    background-color: #eca134
}

.crop-toolbar > span.crop-edit:hover {
    background-color: #e4ba66
}

span.crop-edit {
    display: none;
    transform: scaleX(-1)
}

.crop-container.crop-locked .crop-toolbar > span {
    display: none
}

.crop-container.crop-locked span.crop-edit {
    display: inline-block
}

.crop-container.crop-dragover {
    color: transparent;
    background-color: #fff
}

.crop-status-layer {
    display: none;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .5), 0 4px 12px rgba(0, 0, 0, .5);
    white-space: nowrap;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.crop-container.crop-loading .crop-status-layer {
    display: inherit
}