
@media screen and (min-width: 1px) {

    #footer .footerLogos {
        width: auto;
        float: none;
        clear: both;
        padding: 20px;
    }
    #footer .footerLogos .ce_image {
        float: none;
        margin-left: 0;
        text-align: center;
    }
    #footer .footerLogos .ce_image img {
        width: auto;
        height: auto;
        display: inline-block;
    }
    #footer .fundingCredit {
        width: auto;
        float: none;
        clear: both;
        padding: 0 20px 20px;
        font-size: 13px;
    }
}

@media screen and (min-width: 961px) {

    #footer .footerLogos {
        width: 200px;
        float: right;
        clear: none;
        padding: 35px 20px 20px 0;
    }
    #footer .footerLogos .ce_image {
        float: right;
        margin-left: 10px;
        text-align: left;
    }
    #footer .fundingCredit {
        width: 370px;
        float: right;
        padding-top: 50px;
        clear: none;
        font-size: 11px;
        text-align: left;
    }
}