.has-bg-img {
    background: url('/static/images/24ads.jpg');
    background-size:cover;
    background-color: black;
    background-position: center center;
    width:100%;
    height:100%;
}