.path-frontpage picture {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* umístí obrázek pod obsah */
}

.path-frontpage picture img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* zachová poměr stran a zajistí, že obrázek pokryje celou plochu */
  object-position: center; /* vycentruje obrázek */
  border: none;
}

