/* Plate figure (used for generated cover plates) */
.figure-plate{
  margin: 16px 0 14px 0;
  padding-top: 10px;
  border-top: 1px solid rgba(17, 17, 17, 0.14);
}
.figure-plate img{
  width: 100%;
  height: auto;
  display: block;
}

