﻿/* Energy Institute Logo */
#wrapper .logo a {
    background-image: url(/Research/research-areas/Energy-Institute/SiteElements/Images/uon-energy-institute-logo.png );
    background-size: contain;
    background-repeat: no-repeat;
}


@media screen and (max-width: 479px) {
    #wrapper .logo a {
        background: url("/SiteElementsHomepage/images/fallback/mobile-logo.png") no-repeat !important;
        width: 77px;
        height: 77px;
    }
}



/* CTA styles */
.testWithCameron{
    display:inherit;
}