.header__hero {
  position: relative;
  display: flex;
  align-items: center;
  flex-basis: 100%;
  justify-content: center;
  background: url(../images/hero/univerzalni.jpg) 50% 50% no-repeat;
  background-size: cover;
  max-height: 50vh;
  @media screen and (min-width: 1200px) {
    margin-top: 105px;
  }
  svg {
    width: 30%;
    @media screen and (min-width: 1200px) {
      width: 15rem;
    }
  }
  .node-1 & {
    background: url(../images/hero/o-nas.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .node-2 & {
    background: url(../images/hero/nase-sluzby.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .node-3 & {
    background: url(../images/hero/segmenty.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .node-6 & {
    background: url(../images/hero/sortiment.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .node-7 & {
    background: url(../images/hero/kontakty.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .node-69 & {
    background: url(../images/hero/znacky-partneri.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .path-reference & {
    background: url(../images/hero/reference.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .path-segment & {
    background: url(../images/hero/segmenty.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .page-title {
    font-weight: 100;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
    color: var(--clr-white);
    font-size: var(--fs-hero-xs);
    @media screen and (min-width: 1200px) {
      font-size: var(--fs-hero-md);
    }
  }
}

.hero-bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background: transparent url(../images/hero_bottom.svg) 50% 100% no-repeat;
  background-size: contain;
}
