/* =========================================================
   PARAFIA WIERSZE — BANER DESKTOP FULL BLEED
   Shortcode: [parish_desktop_banner]
   Mobile (<= 958px) pozostaje obsługiwany przez [mobile_mass_schedule].
   ========================================================= */

.parish-desktop-banner {
    display: none;
}

@media only screen and (min-width: 959px) {
    .parish-desktop-banner {
        display: block;
        position: relative;
        left: 50%;
        width: 100vw;
        max-width: none;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: -50vw;
        padding: 0;
        box-sizing: border-box;
        overflow: hidden;
        background: transparent;
        line-height: 0;
    }

    .parish-desktop-banner__image {
        display: block;
        width: 100%;
        max-width: none;
        height: auto;
        margin: 0;
        padding: 0;
        border: 0;
    }
}
