.footer-container{
    background-image: linear-gradient(rgb(0,0,0,0.5),rgb(0,0,0,0.5)),url("{% static 'images/headingbg.png' %}");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
}