.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header { 
   /** hiding the custom pane title **/
    display:none;
}

/* Replace the visible site-banner welcome text */
.main-banner-txt > p {
    font-size: 0 !important;
}

.main-banner-txt > p::after {
    content: "Welcome to MyCareer";
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
}


/* Use the Small logo in the main banner */
.main-banner-container .main-banner-brand img.brand-client {
    content: url("/styles/dynamic/image/400200/logo_small.png") !important;
    width: auto !important;
    height: auto !important;
    max-width: 170px !important;
    max-height: 70px !important;
}

/* Keep the logo but remove its white container */
.main-banner-container .main-banner-brand {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}
