.uvod .box {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.uvod .box .slider_text {
  margin-top: 150px;
  text-align: center;
}
.uvod .box .slider_text h1 {
  font-size: 60px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.uvod .box .slider_text h1 span {
  font-size: 38px;
  text-transform: none;
}
.uvod .box .slider_text p {
  font-size: 21px;
  line-height: 1.4;
  padding-top: 15px;
}
.uvod .box .slider_text span {
  font-size: 51px;
  line-height: 1;
}
.uvod .box .slider_text .btn-info {
  margin-top: 30px;
}
.uvod .down {
  position: absolute;
  z-index: 50;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
}
.uvod .down:hover {
  background-position: -65px -25px;
}
@media all and (max-width: 1400px) {
  .uvod .box .slider_text {
    margin-top: 10%;
  }
  .uvod .box .slider_text h1 {
    font-size: 40px;
  }
  .uvod .box .slider_text span {
    font-size: 36px;
  }
  .uvod .box .slider_text p {
    font-size: 18px;
  }
}
.height-fill {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.height-fill picture {
  height: 100%;
  width: 100%;
}
.height-fill img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media all and (max-height: 1000px) {
  .height-fill {
    max-height: calc(100vh - 207px);
  }
}
@media all and (min-height: 1001px) {
  .height-fill {
    height: 720px;
  }
}
@media all and (max-width: 1250px) {
  .height-fill {
    height: 500px;
  }
}
