.banner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner-text::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background-color: white;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner-text h1 {
  font-weight: 600;
  font-size: 79px;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.6);
  padding-bottom: 15px;
}
.banner-text h1 strong {
  font-family: 'Playfair Display', serif !important;
  font-weight: 400;
  font-size: 53px;
}
.nav-right {
  position: absolute;
  top: 0;
  right: 190px;
}
@media (max-width: 1600px) {
  #balicky-carousel .gallery-item img {
    height: 230px !important;
  }
}
@media (max-width: 1500px) {
  #balicky-carousel .gallery-item img {
    height: 220px !important;
  }
}
@media (max-width: 1400px) {
  #balicky-carousel .gallery-item img {
    height: 280px !important;
  }
}
@media (max-width: 1200px) {
  #slider {
    height: calc(100vh - 80px);
  }
  #slider .w-100 img {
    height: calc(100vh - 80px);
  }
  .rooms #apartmany-hp .gallery-item .room img {
    height: 225px !important;
  }
  .fakturacni-udaje h3 {
    font-size: 1.35rem;
  }
  .accom h3 a {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  #slider {
    height: calc(100vh - 120px);
  }
  #slider .w-100 img {
    height: calc(100vh - 120px);
  }
  .nav-right {
    position: relative;
    top: unset;
    right: 20px;
  }
  .rooms #apartmany-hp .gallery-item .room img {
    height: 245px !important;
  }
  .gallery .owl-nav,
  #balicky-carousel .owl-nav {
    opacity: 1;
  }
  .accom .row {
    justify-content: space-around;
  }
  .accom .col-md-4 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 1023px) and (min-height: 950px) {
  #slider {
    height: 700px;
  }
  #slider .w-100 img {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .accom .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .banner-text h1 {
    font-size: 59px;
  }
  .banner-text h1 strong {
    font-size: 43px;
  }
  .rooms #apartmany-hp .gallery-item .room img {
    height: 175px !important;
  }
}
@media (max-width: 520px) {
  .rooms #apartmany-hp .gallery-item .room img {
    height: 115px !important;
  }
}
@media (max-width: 520px) and (min-height: 750px) {
  #slider {
    height: 500px;
  }
  #slider .w-100 img {
    height: 500px;
  }
}
