:host{
  position: relative;
  display: flex;
}
.img-picker {
  cursor: pointer;
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
}
.placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.preview {
  display: flex;
  align-items: center;
  justify-content: center;

  .image{
    max-width: 100%;
    max-height: 100%;
    flex: 0;
  }
}
.delete {
  position: absolute;
}
