.pointer{
    cursor: pointer;
}

.add{
    cursor: pointer;
}

.thumb{
    position: relative;
    display: inline-block;
    width: 100%;
}
.thumbName {
  color: #fff;
  margin-top: .3em;
  font-size: 12px;
}

.remove{
    position: absolute;
    top: 0;
    right: 0;
}

.img{
    max-width: 100%;
    max-height: 200px
}
