.archive__item-teaser {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
  }
  
  .archive__item-teaser img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

.greedy-nav a.site-title {
  display: none;
}