.auto-thumbnail-title {
  position: relative;
}
.auto-thumbnail-title:before{
  content:" ";
  position:absolute;
  width:100%;
  height:100%;
  z-index:0
}
.auto-thumbnail-title h1{
  padding:.5em;
  position:absolute;
  bottom:0
}
.auto-thumbnail-title a{
  text-decoration:none;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background:#fff;
  padding:0.12em 0.5em;
  font-family: share;
  font-size: calc(1vw + 1vh + 3.5vmin);  
  line-height:calc(1vw + 1vh + 6.5vmin);
  color:#000;
  text-transform:uppercase;
  mix-blend-mode:screen;
}