#bar-poweredby {display : none;
  .parallax {
  /* ai-veterinar-4450.png */
  background-image: url("ai-veterinar-4450.png");

  /* Vytvoření parallax efektu (fixace) */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  /* Výška sekce */
  height: 500px;

  /* Centrování textu (volitelné) */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 2em;
