.square-cropper-widget {
  margin: 10px 0;
}

.square-cropper-widget .cropper-controls.hidden {
  display: none;
}

.square-cropper-widget .crop-area {
  width: 400px;
  height: 400px;
  border: 1px solid #ccc;
  overflow: hidden;
  background: #fff;
  position: relative;
  cursor: move;
}

.square-cropper-widget .crop-area canvas {
  width: 100%;
  height: 100%;
}
