.editorGallery__itemCollection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.editorGallery__item {
  cursor: all-scroll;
  position: relative;
  max-width: 140px;
  margin-right: 1rem;
  background: white;
  border: 1px solid #DDD;
  padding: .4rem;
  overflow: hidden;
  border-radius: 4px;
}

.editorGallery__deleteButton {
  position: absolute;
  top: 0;
  right: 0;
}

.editorGallery__image {
  width: 100%;
}

.imagePost__galleryItem {
  margin-bottom: .5rem;
}

