/*!
 * ===========================
 * Author: Steve Gotthardt
 * Created: 10/2024
 * ===========================
 */

.title-block__content { 
  background: rgba(0, 0, 0, 0.5); 
  text-shadow: none;  
}
.title-block__content img { max-width:90%; margin:0; }
@media screen and (min-width: 550px) {
  .title-block__content { background:none; }
  .title-block__content img { max-width:70%; }
}
@media screen and (min-width: 960px) {
  .title-block__content img { max-width:650px; }
}