figure .editorial ul {
  list-style-position: initial;
  margin-left: 1.5em;
}
figure .editorial ul li {
  position: relative;
  margin-left: 0.5rem;
}
figure .editorial ul li::before {
  content: "";
  position: absolute;
  top: calc(.6em);
  left: -1.05em;
  background: transparent url(/themes/custom/pomona/images/bkg-list-bullet.jpg) scroll no-repeat 50% 50%/cover;
    background-color: transparent;
  width: 0.3125em;
  height: 0.3125em;
  background-color: #ccc;
  display: inline-block;
}