
.my-sub-sku-image .wrapper {
  float: left;
  display: flex;
  /* justify-content: center; */
  width: 100%;
}
.my-sub-sku-image  .image{
      width: 100px;
      height: 100px;
      position: relative;
      margin-right: 20px;
      margin-bottom: 20px;
      border: 1px solid #c0ccda;
      background-size: 100% 100%;
      border-radius: 6px;
      float: left;
      overflow: hidden;
      cursor: pointer;
}
.my-sub-sku-image  .add-image{
      width: 100px;
      height: 100px;
      position: relative;
      margin-right: 20px;
      margin-bottom: 20px;
      /* border: 1px solid #c0ccda; */
      text-align:center; line-height:114px; border:#c0ccda dashed 2px;
      background-size: 100% 100%;
      border-radius: 6px;
      float: left;
      overflow: hidden;
      cursor: pointer;
}

