.hbig-teasers {
  margin: 40px 0;
  clear: both;
}
.hbig-teaser:not(:last-child) {
  margin: 0 0 40px;
}
.hbig-teaser a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 170px;
  padding: 0 calc(43% + 20px) 0 0;
  background: #fff;
}
.hbig-teaser figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 43%;
  bottom: 0;
}
.hbig-teaser img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}
.hbig-teaser h2 {
  margin: 0 0 10px;
  font-size: 2.2rem;
  line-height: 2.8rem;
}


@media screen and (max-width: 600px) {
  .hbig-teasers {
    margin: 30px 0;
  }
  .hbig-teaser:not(:last-child) {
    margin: 0 0 20px;
  }
  .hbig-teaser a {
    min-height: calc(30vw - 12px);
    padding: 0 calc(30% + 20px) 0 0;
  }
  .hbig-teaser figure {
    width: 30%;
  }
  .hbig-teaser h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}