/************************
 * VIEW MODE: TEASER
 ***********************/

.node--type-issue.node--view-mode-teaser {
  background-color: rgba(104, 210, 242, 0.5);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.node--type-issue.node--view-mode-teaser:hover,
.node--type-issue.node--view-mode-teaser:focus {
  background-color: rgba(104, 210, 242, 1);
}

  .node--type-issue.node--view-mode-teaser h3 {
    width: 100%;
    margin: 0;
    vertical-align: middle;
    text-align: center;
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    color: #060606;
  }
  @media (min-width: 768px) {
    .node--type-issue.node--view-mode-teaser h3 {
      font-size: 20px;
    }
  }

    .node--type-issue.node--view-mode-teaser h3 a {
      display: block;
      padding: 20px;
      color: #060606;
      text-decoration: none;
    }
