.my-items_images-container {
  .my-items_image-preview {
    &:first-child::before {
      content: "Primary";
      font-weight: 500;
      position: absolute;
      z-index: 1;
      background: rgba(102, 45, 145, 1);
      color: white;
      padding: 2px 6px;
      font-size: 0.8rem;
    }

    &:first-child .my-items_make-primary {
      display: none;
    }
  }
}
