.title-block__background::before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,.5);
  z-index:1;
}
.title-block__content { 
  filter: drop-shadow(1px 1px 0px black); 
  background:none; }
.title-block__content { 
  filter: drop-shadow(1px 1px 0px black); 
  background:none; 
}
.title-block__content .title-image { 
  max-width:620px; 
  margin-left:0; 
}
.title-block__content .title-image img { 
  max-width:620px; 
 margin:10px 0 0 0;
}
.title-block__content .title-image-burst { 
  display:inline-block;  
  background-color: #E25120;
  color:white;
  text-transform:uppercase;
  font-weight:bold;
  font-size:1.3rem;
  line-height:1.1;
  font-family: "Barlow Semi Condensed", "Roboto", Helvetica, Arial, sans-serif;
  padding:6px .75rem;
  border-radius: 10px 0 10px 0;
  margin:0;
}