.banner {
    height:160px;
}
.banner__background {
    background-size: cover !important;
    position: relative;
    height:160px;
    width:100%;
    background-position: bottom !important;

}
.banner__filter {
    position: absolute;
    top:0;
    background:rgba(0, 0, 0, .6);
    height:160px;
    width:100%;
}
.banner__header {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 55px;
    color:#fff;
    text-transform: uppercase;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    text-align: center;
}
@media(max-width:1170px) {
    .banner__header {
        width:100%;
        text-align: center;
    }
}
@media(max-width:768px) {
    .banner__header {
        font-size:30px;
    }
}