.fiu-add-element {
  width: 180px;
  height: 150px;
  background-color: #eeeeee;
}

.fiu-add-element .form-type-managed-file {
  height: calc(150px - 20px);
}

.fiu-add-element .form-type-managed-file label {
  background-color: #eeeeee;
  color: #000;
  height: calc(150px - 20px);
}

.fiu-add-element .form-type-managed-file--advanced label {
  height: calc(150px - 120px);
}

.fiu-add-element .form-type-managed-file--advanced.is-dragover label {
  background-color: #ddd;
}

.item-list ul.fiu-sortable-list li {
  width: 180px;
  height: 150px;
}

.fine-image-preview {
  height: calc(150px - 20px);
}

.fiu-progress-wrapper {
  height: calc(150px - 20px);
  width: 180px;
}

.unitary-element .form-item {
  width: 180px;
  height: calc(150px - 20px);
}

.unitary-element .fiu-add-element div[id^="ajax-wrapper"] .form-item {
  width: 180px;
  height: 150px;
}

.fiu-broken-file .fine-image-preview {
  line-height: calc(150px - 20px);
}

.fine-image-file-name {
  width: calc(180px - 10px);
}
