.home:not(.dashboard-enabled) .navbar-brand img {
    display:none !important;
}
body:not(.home) .navbar-brand + .navbar-brand {
    display: none !important;
}

#home-featured {
    background:#323232;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding:0;
    height:580px;
    max-height: 80vh;
}

@media (min-width: 768px) {
    #home-featured {
        background-size: contain;
    }
}

@media (max-width: 767px) {
    h1 a.navbar-brand {
        position: absolute;
        font-size: 20px;
    }
}