/* =========================================================
   KOMIKSAN STEP 14
   Desktop homepage hero banner: nový desktop obrázek, full width
   Soubor: komiksan-step14-desktop-hero-banner-full-width.css
   FTP: /upload/komiksan-step14-desktop-hero-banner-full-width.css
   WEB: /user/documents/upload/komiksan-step14-desktop-hero-banner-full-width.css

   Pozn.:
   - Nahrazuje původní kombinovaný step14.
   - Platí pouze pro desktop/tablet od 768px.
   - Mobil vůbec neřeší.
   - Banner vyplní celou šířku obrazovky bez modrých bočních okrajů.
   ========================================================= */

@media (min-width: 768px) {
  body.in-index .content-wrapper::before,
  .in-index .content-wrapper::before {
    content: "" !important;
    display: block !important;

    width: 100vw !important;
    max-width: 100vw !important;

    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    aspect-ratio: 4 / 1 !important;
    min-height: 320px !important;

    background-image: url("/user/documents/upload/Komiks-San%20ww%20head%20desktop.jpg") !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #080044 !important;
  }
}

/* Menší desktop / notebook */
@media (min-width: 768px) and (max-width: 1199px) {
  body.in-index .content-wrapper::before,
  .in-index .content-wrapper::before {
    min-height: 260px !important;
  }
}
