.box {
    padding: 0.5em;
    width: 100%;
    margin: 0.5em;
  }

  .box-2 {
    padding: 0.5em;
    width: calc(100% / 2 - 1em);
  }
  .result {
    width: 300px;
    height: 300px;
  }

  .options label,
  .options input {
    width: 5em;
    padding: 0.5em 1em;
  }
.crop-image.hide {
  display: none;
}
.crop-image {
  font-size: 12px;
  text-decoration: underline;
}
.iti.iti--allow-dropdown {
  height: 100%;
  width: 100%;
}