  .node--news--reference a.h4 {
  display: inline-block;
}
.node--news--reference img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .node--news--reference img {
    margin-bottom: 0;
  }
}