.cbImage {
  margin-top: 0.5em;
  margin-bottom: 0.75em;
  font-family: var(--chart-font-stack);
  figure {
    margin: 0;
  }
  .title {
    font-weight: 900;
    font-size: 1.2em;
    line-height: 1.4em;
  }
  .sub {
    color: #888;
    padding-bottom: 0.5em;
    font-size: 0.9em;
    line-height: 1.4em;
  }
  .source {
    color: #bbb;
    font-size: 0.75em;
  }

  &.oversized {
    margin-left: -15%;
    width: 130%;
    @media only screen and (max-width: 599px) {
      margin-left: -2rem;
      width: calc(100% + 4rem);
      .title,
      .sub,
      .source {
        margin-left: 2rem;
      }
    }
  }
}
