.distriXImageFileImage {
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.distriXDropZone {
  border: 1px solid #087cac;
  border-radius: 1rem;
  max-width: 100%;
  /* max-height: 100px; */
  margin: 0.5rem;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
  background: none;
  cursor: pointer;
  height: inherit;
}
.distriXDropZone.highlight {
  border: 2px solid purple;
}
.distriXRemoveFile {
  text-align: right;
  color: red;
  cursor: pointer;
  /* display: none; */
}
.distriXGallery {
  margin-top: 1px;
  position: relative;
  text-align: center;
  height: inherit;
}
.distriXGallery img,
svg {
  max-width: 100%;
  height: inherit;
  max-height: 100px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.distriXGallery video {
  max-width: 100%;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.distriXGallery audio {
  max-width: 100%;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.distriXGalleryText {
  overflow: hidden;
  text-overflow: ellipsis;
  width: fit-content;
}
.distriXFile {
  display: none;
}
.distriXImageFile {
  position: relative;
  display: block;
  z-index: 10;
  height: inherit;
}
.distriXImageFile img {
  height: 80%;
}
.distriXFileInfo {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 20;
  text-align: center;
  min-width: 100%;
  max-width: 100%;
  display: inline;
}
.distrixMediaInfoPar {
  margin-top: 0.3rem;
}
.distrixMediaInfoSpan {
  background-color: #087cac;
  color: #fff;
  text-overflow: ellipsis;
  /* max-width: 100%; */
  width: fit-content;
}
