.cropit-preview {
    background-color: #fff;
    background-image: url('../../img/avatar-placeholder.png');
    background-size: cover;
    color: #2d95ed;
    border: 1px dashed #979797;
    border-radius: 200px;
    margin-top: 7px;
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
.cropit-preview-image-container {
    cursor: move;
    border-radius: 160px;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.image-size-label {
    margin-top: 10px;
}