#image_preview, .update_plan{
  display: inline-flex;
}
.uploadimg{
  position: relative;
  width: 33.333%;
  max-height: 110px;
  padding: 3px;
}
.uploadimg img{
width: 100%;
height: 100%;
object-fit: cover;
}

.uploadimg i{
  position: absolute;
  top: 2px;
  left: 4px;
  background: #fff;
}