.other__image__wrap {
  margin-bottom: 15px; }
  .other__image__wrap .other__image__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .other__image__wrap .other__image__item .delete__other__image {
      padding: 5px 0;
      border: 1px solid #ccc;
      margin-top: 5px;
      transition: .2s all; }
      .other__image__wrap .other__image__item .delete__other__image div {
        cursor: pointer;
        text-align: center; }
      .other__image__wrap .other__image__item .delete__other__image:hover {
        border-bottom: 1px solid red;
        color: red;
        transition: .2s all; }

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