/* Vlastní motiv */
.gallery-detail .thumbnail img {
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  width: auto;
  height: auto;
}

/* Vlastní motiv */
article #photogalleries {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;
  min-width: 0;
}

/* Odstranení InPage reklamy */
#bar-poweredby {
  display: none;
}

/* Motiv - zobrazení texu v motivu */
.carousel-caption h1 {
  font-size: 2.8em;
  color: #ffffff;
  text-transform: none;
  font-weight: bold;
}

/* Motiv - zobrazení pro mobil*/
@media screen and (max-width: 767px) {
  /* Motiv - pozice textu ve vlastním motivu pro mobil */
  .carousel-caption {
    text-align: center;
    left: 30%;
    right: 30%;
    bottom: -3%;
  }

  /*Motiv - zmenšení písma ve vlastním motivu pro mobil*/
  .carousel-caption h1 {
    color: #ffffff;
    text-align: center;
    font-size: 1.2em;
    text-transform: none;
  }
}
/* konec Motiv - zobrazení pro mobil*/
