/* Hide the default header */
#banner { display: none; }

/* Unhide the dynamic header bit */
#header-content-forms { 
    display: block !important;
}

/* Set custom header image */
#dynamic-header-image {
    display: block;
    content: url("/content/image/152");
}