.box-body .files-tree-images > ul > li {
  padding: 0;
  margin: 0 10px 30px;
  display: flex;
  flex-direction: column;
}
.box-body .files-tree-images .img-info-content {
  position: initial;
  padding: 5px;
  color: white;
  background: black;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.box-body .files-tree-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.box-body .img-preview {
  margin-bottom: 10px;
}
.box-body .img-preview a {
  display: block;
}
.box-body .custom-btn {
  display: flex;
  justify-content: center;
}
.box-body .custom-btn .btn {
  margin: 0 2px;
}
.box-body .croopper-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box-body .croopper-buttons .btn {
  margin-bottom: 3px;
}
.box-body .croopper-buttons .btn:last-of-type {
  margin-bottom: 0;
}
.box-body .files-tree-images > div > div {
  height: auto;
}
.box-body .files-tree-images .img-info {
  bottom: -50px;
}
.box-body .imgInfo .btn {
  margin: 0 2px;
  padding: 0 7px;
}
.box-body .img {
  margin-bottom: 100px;
}

/*# sourceMappingURL=custom2.css.map */
