.latest-teaser {
  height: 900px;
  overflow-y: auto;
  background: #f7f7f7;
}
.latest-teaser__article {
  position: relative;
  min-height: 95px;
  margin: 0 20px;
  padding: 12px 85px 12px 0;
  border-bottom: 1px solid #375587;
}
.latest-teaser__cover {
  position: absolute;
  top: 12px;
  right: 0;
  width: 70px;
  line-height: 0;
}
.latest-teaser__category {
  float: left;
  margin: 0 5px 2px 0;
}
.latest-teaser__category a {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #ed1c24;
}
.latest-teaser__date {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #005bab;
}
.latest-teaser__title {
  font-weight: bold;
  clear: left;
}
.latest-teaser__ad.adv {
  text-align: left;
  line-height: 2.0rem;
}

@media screen and (max-width: 999px) {
  .latest-teaser {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 0 10px;
  }
  .latest-teaser__article {
    -ms-flex: 1 0 calc(50% - 20px);
    -webkit-flex: 1 0 calc(50% - 20px);
    flex: 1 0 calc(50% - 20px);
    margin: 0 10px;
  }
  .latest-teaser__ad {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .latest-news {
    display: none;
  }
  .front .latest-news {
    display: block;
  }
  .latest-teaser {
    display: block;
    max-height: 180vh;
  }
  .latest-teaser__article {
    margin: 0;
  }
}
