:host {
  min-width: unset !important;
  max-width: unset !important;
  padding: 0 !important;

  &:hover,
  &:focus {
    img {
      opacity: 0.7;
    }

    utils-dropzone-remove-badge {
      opacity: 1;
    }
  }

  utils-dropzone-remove-badge {
    opacity: 0;
  }

  img {
    max-height: 100%;
    border-radius: 5px;
    opacity: 0.8;
  }

  ::ng-deep utils-dropzone-label {
    position: absolute;
    overflow-wrap: break-word;
  }
}
