.upload-img {
  list-style: none; }
  .upload-img li {
    text-align: center; }
    .upload-img li label {
      position: relative;
      padding-top: 100%;
      background-color: #fff;
      border: 1px solid #eaeaea;
      text-align: center; }
      @media screen and (min-width: 992px) {
        .upload-img li label {
          background-color: rgba(234, 234, 234, 0.5);
          border: 1px solid rgba(234, 234, 234, 0.75); } }
      .upload-img li label i {
        position: absolute;
        top: calc(50% - 0.75rem);
        left: calc(50% - 0.75rem);
        font-size: 1.5rem;
        line-height: 1;
        text-align: center;
        margin-right: 0;
        color: rgba(84, 84, 84, 0.15); }
      .upload-img li label input[type="file"] {
        display: none; }
    .upload-img li:first-of-type i {
      color: rgba(84, 84, 84, 0.3); }
  .upload-img + .txt-area {
    margin-top: 0.5em; }
