.slider-item {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.slider-item img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.site-hero {
  position: relative;
  overflow: hidden;
  height: 100vh; /* pełna wysokość ekranu */
}

.hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* obraz w tle */
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* wypełnia hero zachowując proporcje */
}

@media (max-width: 768px) {
  .fc .fc-col-header-cell-cushion {
    font-size: 10px !important;
    padding: 2px 0 !important;
  }

  .fc .fc-toolbar-title {
    font-size: 14px !important;
  }

  .fc .fc-daygrid-day-number {
    font-size: 11px !important;
  }

  .fc .fc-scrollgrid-sync-table {
    table-layout: fixed;
  }

  .fc-theme-standard td, 
  .fc-theme-standard th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .site-hero.inner-page.overlay {
    background-image: url('../images/background_mobile.webp') !important;
    background-position: center;
    background-size: cover;
  }
  .section-bg-image-overlay {
    background-image: url('../images/background_mobile.webp') !important;
    background-position: center;
    background-size: cover;
  }
}

