/* SEWARD header logo / 3.6.2
 * Use the light crest artwork on the dark header without an invert filter.
 * The previous filter inverted the ribbon and erased the SEWARD wordmark.
 */
.swc-header .swc-main-head > .swc-brand {
    filter: none !important;
}
.swc-header .swc-main-head > .swc-brand .swc-logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 980px) {
    .swc-header .swc-main-head > .swc-brand {
        width: 94px !important;
        height: 72px !important;
    }
}

@media (max-width: 440px) {
    .swc-header .swc-main-head > .swc-brand {
        width: 84px !important;
        height: 64px !important;
    }
}
