#apppresser-shops-header {
    background-position: center;
    background-size: cover;
    position: relative;
}

#apppresser-shops-header::before {
    background: rgba( 0, 0, 0, 0.25 );
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#apppresser-shops-header h1 {
    background: #000;
    color: #fff;
    margin: 0;
    padding: 10px 0;
    position: relative;
    text-align: center;
}