.edit-content {
  width: 30px;
  height: 30px;
  background-image: url(../images/content-edit.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: -30px;
  display: none;
  cursor: pointer;
}
.save-loader {
  width: 15px;
  height: 15px;
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
