@media (max-width: 1200px) {
  .custom-motive .carousel-caption {
    right: 15%;
    bottom: 10%;
    left: 15%;
    text-shadow: none;
  }
}

@media (max-width: 992px) {
  .custom-motive .carousel-caption {
    right: 15%;
    bottom: 0;
    left: 15%;
    text-shadow: none;
  }
}

@media (max-width: 768px) {
  .custom-motive .carousel-caption {
    right: 0%;
    bottom: 0;
    left: 0%;
    text-align: center;
    text-shadow: none;
    position: relative;
    background-color: #F9F9F9;
    color:inherit
  }
}

/* Zvětšení headeru - logo */
.navbar__brand-logo-img {
  max-width: 12rem;
  max-height: 5rem;
}

/* section bg-image respozive */
.section-container.section-bg.section-img {
  min-height: 30vh;
}

@media (min-width: 576px) {
  .section-container.section-bg.section-img {
    min-height: 45vh;
  }
}

@media (min-width: 1200px) {
  .section-container.section-bg.section-img {
    min-height: 60vh;
  }}
