@media(max-width: 450px){
    header .site-logo {
        height:auto;
        max-width:315px;
    }
}
@media(max-width: 320px){
    header .site-logo {
        height:auto;
        max-width:260px;
    }
}

/* HIDING ROUNDELS */
 .dash-cta-deck {
    display:none !important;
}
.dashboard-custom {
    margin-top: 2rem !important;
}
     .dashboard-header {
    display:none !important;
}
    .dashboard-feed {
    margin-top: 0rem !important;
}
.card-body {
    max-height: none !important;
}


/* HIDING ROUNDELS - FIXING EMPLOYER DASHBOARD (due to hidden roundals) - ANG/GTI - MARCH 2024*/
.romeo .dashboard-custom.employer .dashboard-feed:first-child {
    margin-top: 0 !important;
    }
