/*!
 * ===========================
 * Author: Steve Gotthardt
 * Created: 2/2025
 * ===========================
 */

.title-block__content img { max-width:90%; margin:0; }
.title-block__content,
.title-block__content::before { background:rgba(0,0,0,.5); }
@media screen and (min-width: 550px) {
  .title-block__content img { max-width:70%; }
}
@media screen and (min-width: 960px) {
  .title-block__content::before { background:rgba(0,0,0,.8); }
  .title-block__content {background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);max-width:none; }
  .title-block__content img { max-width:550px; }
}