.dialog-image-viewer .el-dialog__body {
  padding: 2rem 10rem;
}
.dialog-image-viewer .big-image > img, .dialog-image-viewer .loading-image {
  height: 100%;
}
.dialog-image-viewer .small-image > img {
  width: 3rem;
  height: 3rem;
  margin: 2rem 0;
}
.dialog-image-viewer .details {
  margin: auto;
}
.dialog-image-viewer .details > form > div {
  margin: 0;
}
.dialog-image-viewer .button-delete {
  position: relative;
  height: 34px;
  width: 34px;
  padding: 0 0 0 1px;
  line-height: 0;
  top: 0.5rem;
  right: 2.5rem;
}
