html {
  overflow-x: hidden;
}
.fullheight {
  min-height: 100vh;
}
.entry-title, footer {
  display: none;
}
.hero {
  height: 100vh;
  width: 100vw;
  margin-top: -25px;
  overflow: hidden;
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
}
.hero figure {
  margin: 0;
}
.hero .pozadina {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: grid;
}
.hero .pozadina .planine {
  width: 100vw;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.hero .pozadina .planine img {
  width: 100vw;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100px) scale(1.5);
}
.hero .pozadina .oblaci {
  position: absolute;
  bottom: 20%;
  left: 5%;
  width: 100vw;
}
.hero .pozadina .oblaci img {
  width: 100vw;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100px) scale(0.5);
}
.hero .pozadina .overlay {
  z-index: 2;
  position: absolute;
  bottom: -5px;
  height: 25%;
  width: 100vw;
  left: 0;
  opacity: 1;
}
.hero .intro-tekst img, .hero .intro-tekst h1, .hero .intro-tekst p {
  visibility: hidden;
  opacity: 0;
}
.hero .intro-tekst img {
  max-height: 100px;
}
.hero .intro-tekst h1 {
  margin-bottom: 0;
}
.hero .intro-tekst p {
  margin-top: 0;
}

