@import url(https://fonts.googleapis.com/css?family=Bree+Serif);
ul.gallery {
    padding:0 0 0 0;
    margin:0 0 40px 0;
}
ul.gallery li {
    list-style:none;
    margin-bottom:10px;
}
.img-thumb {
  position: relative;
  display: block;
}
.delete-thumb {
  position: absolute;
  background-color: #fff;
  left: 40%;
  bottom: 0;
}

.doc {
  width: 100%;
}