.event-header {
    /* Ustawienie Twojej grafiki jako tła */
    background-image: url('/static/custom/files/plgrid_header.png') !important;
    background-size: cover !important;
    background-position: center !important;
    
    /* Ewentualny kolor tła (zastępczy, zanim załaduje się obrazek) */
    background-color: #004d99 !important; 
}

