div.kc-logo-text {
    background: url(../img/campus-logo.png) no-repeat center center;
    background-size: contain;
    height: 150px;
}

@media (max-width: 767px) {
    div.kc-logo-text {
        background: url(../img/campus-logo-blue.png) no-repeat center center;
        background-size: contain;
        height: 150px;
    }

    #kc-header-wrapper {
        font-size: 16px;
        font-weight: bold;
        padding: 0 0 0 0;
        color: #72767b;
        letter-spacing: 0;
    }
}
