div.polaroid {
  position: relative;
  width: 25%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}

.polaroid .delete{
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 100;
  color:red!important;
}


    