.eye-cropper-wrapper img {
  max-width: 100%;
}
.preview {
  box-sizing: border-box;
  width: 242px;
  height: 150px;
  overflow: hidden;
}
.preview:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}