.fixed_footer {
    width: 100%;
    height: 75px;
    background: #232323;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
}

.header-lead {
    background-image: url('../assets/lead-header.jpg');
}