.promo-tile {
  display: block;
  position: relative;
  margin: 0 4px 4px 0;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
  float: left;
}
.promo-tile .promo-default,
.promo-tile .promo-hover {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
  position: absolute;
  display: table;
}
.promo-tile .promo-default p,
.promo-tile .promo-hover p {
  margin: 0;
}
.promo-tile .table-center {
  display: table-cell;
  vertical-align: middle;
}
.promo-tile .promo-hover {
  display: none;
}
.promo-tile:hover .promo-hover {
  display: table;
}
.promo-tile img {
  display: block;
  margin: auto;
}
.promo-tile h1 {
  line-height: 76px;
  color: white;
  padding: 0 1em;
  font-weight: normal;
  margin: 0;
  text-align: left;
  font-size: 32px;
}
.promo-tile .edit-link a {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px 7px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  background-clip: padding-box;
  border-top-left-radius: 5px;
}
.promo-tile .edit-link a:hover {
  color: black;
  background-color: rgba(255, 255, 255, 0.5);
}
.promo-tile:hover .edit-link a {
  display: inline-block;
}
.promo-text {
  margin: 0 4px 4px 0;
  font-size: 11px;
  line-height: 14px;
}
.promo-text h2 {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 14px;
}
.promo-text p {
  margin: 0;
  color: #7d7d7d;
}
.promo-text p + p {
  margin-top: 1em;
}
[data-masonry-item=".masonry-item"] {
  margin-right: -4px;
}
