.image-cropper {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
}

.image-cropper img {
  display: inline;
  height: 100%;
}