.series--teaser:before, .series--teaser:after {
  content: " ";
  display: table; }

.series--teaser:after {
  clear: both; }

.series--teaser__image {
  margin-bottom: 24px; }
  @media (min-width: 37.5em) {
    .series--teaser__image {
      float: left;
      margin-bottom: 0;
      margin-right: 7.69231%;
      width: 38.46154%; } }
  .series--teaser__image a {
    background: #323232;
    margin-left: 1.25rem;
    margin-top: 1.25rem;
    position: relative;
    z-index: 1;
    background: none;
    display: block; }
    .series--teaser__image a::after {
      border: 0.25rem solid #323232;
      content: "";
      height: calc(100% - (0.25rem * 2));
      left: -1.25rem;
      position: absolute;
      top: -1.25rem;
      width: calc(100% - (0.25rem * 2));
      z-index: -1; }
    @media (min-width: 37.5em) {
      .series--teaser__image a {
        background: #323232;
        margin-left: 0.75rem;
        margin-top: 0.75rem;
        position: relative;
        z-index: 1; }
        .series--teaser__image a::after {
          border: 0.25rem solid #323232;
          content: "";
          height: calc(100% - (0.25rem * 2));
          left: -0.75rem;
          position: absolute;
          top: -0.75rem;
          width: calc(100% - (0.25rem * 2));
          z-index: -1; } }
    @media (min-width: 55em) and (max-width: 61.9375em) {
      .series--teaser__image a {
        background: #323232;
        margin-left: 1rem;
        margin-top: 1rem;
        position: relative;
        z-index: 1; }
        .series--teaser__image a::after {
          border: 0.25rem solid #323232;
          content: "";
          height: calc(100% - (0.25rem * 2));
          left: -1rem;
          position: absolute;
          top: -1rem;
          width: calc(100% - (0.25rem * 2));
          z-index: -1; } }
    @media (min-width: 62em) and (max-width: 78.6875em) {
      .series--teaser__image a {
        background: #323232;
        margin-left: 0.75rem;
        margin-top: 0.75rem;
        position: relative;
        z-index: 1; }
        .series--teaser__image a::after {
          border: 0.25rem solid #323232;
          content: "";
          height: calc(100% - (0.25rem * 2));
          left: -0.75rem;
          position: absolute;
          top: -0.75rem;
          width: calc(100% - (0.25rem * 2));
          z-index: -1; } }
    @media (min-width: 78.75em) and (max-width: 94.9375em) {
      .series--teaser__image a {
        background: #323232;
        margin-left: 1rem;
        margin-top: 1rem;
        position: relative;
        z-index: 1; }
        .series--teaser__image a::after {
          border: 0.25rem solid #323232;
          content: "";
          height: calc(100% - (0.25rem * 2));
          left: -1rem;
          position: absolute;
          top: -1rem;
          width: calc(100% - (0.25rem * 2));
          z-index: -1; } }
    @media (min-width: 95em) {
      .series--teaser__image a {
        background: #323232;
        margin-left: 1.25rem;
        margin-top: 1.25rem;
        position: relative;
        z-index: 1; }
        .series--teaser__image a::after {
          border: 0.25rem solid #323232;
          content: "";
          height: calc(100% - (0.25rem * 2));
          left: -1.25rem;
          position: absolute;
          top: -1.25rem;
          width: calc(100% - (0.25rem * 2));
          z-index: -1; } }
    .series--teaser__image a img {
      display: block;
      margin-left: 0;
      max-width: 100%;
      position: relative;
      width: 100%; }
    .series--teaser__image a img {
      position: relative;
      z-index: 1; }

.series--teaser__title {
  font-size: 1.1rem;
  line-height: 1.1;
  margin: 0; }
  @media (min-width: 37.5em) {
    .series--teaser__title {
      font-size: 1.15rem; } }
  @media (min-width: 55em) {
    .series--teaser__title {
      font-size: 1.2rem; } }
  @media (min-width: 62em) {
    .series--teaser__title {
      font-size: 1.4rem; } }
  @media (min-width: 37.5em) {
    .series--teaser__title {
      padding-top: 1rem; } }
  @media (min-width: 62em) {
    .series--teaser__title {
      padding-top: .75rem; } }
  @media (min-width: 78.75em) {
    .series--teaser__title {
      padding-top: 1rem; } }

.series--teaser__link {
  color: #000; }
