.editable-content-holder.framed {
  max-width: 900px;
}

.editable-page-view {
  margin-bottom: 2rem;
}

.editable-page-view .image {
  margin-bottom: 2rem;
  text-align: center;
  border: 1px solid hsl(0, 20%, 90%);
}

.editable-page-view .content {
  margin-top: -0.25rem;
  margin-bottom: 2rem;
}

.editable-page-view .content .content-gallery {
  margin: 0.25rem -0.375rem 0.5rem;
}

.editable-page-view .content .content-gallery .image-thumbnail {
  position: relative;
  padding: 0 0.375rem;
  margin-bottom: 0.75rem;
}

.editable-page-view .content .content-gallery .image-thumbnail img {
  border: 1px solid hsl(0, 20%, 90%);
}

.editable-page-view .content .content-gallery .image-thumbnail .more-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0.375rem;
}

.editable-page-view .content .content-gallery .image-thumbnail .more-images .count-holder {
  display: table;
  width: 100%;
  height: 100%;
}

.editable-page-view .content .content-gallery .image-thumbnail .more-images .count-holder .count-value {
  display: table-cell;
  width: 100%;
  height: 100%;
  font-size: 1.75rem;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  text-shadow: 1px 1px 2px hsl(0, 0%, 36%);
  background: rgba(0, 0, 0, 0.6);
}
