/* CUSTOM STYLES
 * -------------------------- */

 .docs-header {
    background: url(/BackgroundImage/datcp_header.jpg) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    }

@media only screen and (max-width: 500px) {
    .docs-header {
        background: url(/BackgroundImage/datcp_header_sm.jpg) center no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
    }
}