/* Bob Leggett Photography — mobile masthead adjustment */

@media only screen and (max-width: 640px) {
    img.identityplate {
        width: 72% !important;
        max-width: 360px !important;
        height: auto !important;
        margin-left: 16px !important;
    }
}

/* Center Kookaburra desktop masthead */
@media only screen and (min-width: 641px) {
    .running-head > div {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
}

.breadcrumbs {
    display: none !important;
}

