.input-image {
  height: 100%;
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
}
.input-image img {
  max-height: 100%;
  max-width: 100%;
}