/* body {
  font-family: Cambria, Georgia, serif;
  }

  .text-responsive {
    font-size: calc(100% + 1vw + 1vh);
  } */

  @media (min-width: 1200px) {
    .noviny {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 3em;
      -moz-column-gap: 3em;
      column-gap: 3em;
      text-align: justify;
    }
  }

@media (min-width: 600px) and (max-width: 1200px) {
  .noviny {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
    text-align: justify;
  }
}

@media (max-width: 600px) {
  .noviny {
    font-size: 4vw;
    line-height: 1.2em;   
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding-right: 15px;
    padding-left: 15px;    
    text-align: justify;
  }
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}
  .page {
  margin: 36px auto;
  width: 90%;
  text-align: justify;
  }
  
  img.center {
    display: block;
     margin-left: auto;
     margin-right: auto;
  }
  
.blueimp-gallery > .slides > .slide > .text-content {
/*  overflow: auto;*/
  margin: 100px auto;
  padding: 0 60px;
  max-width: 920px;
}

.blueimp-gallery > .slides > .slide > .text-content > .maly-text {
  text-align: justify;
  color: white;
  font-family: 'Lora', serif;
  font-size: 2.4vmax;
  line-height: 1.2em;
}

.blueimp-gallery > .slides > .slide > .text-content > .basen {
  text-align: left;
  color: white;
  font-family: 'Lora', serif;
  font-size: 2.4vmax;
  line-height: 1.2em;
}
.blueimp-gallery > .slides > .slide > .text-content > .velky-text{
  color: white;
  font-family: 'Playfair Display', serif;
  font-size: 8vmax;
}

.blueimp-gallery > .slides > .slide > .text-content > .do-stredu{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -25%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) ;
  overflow: visible;
}

.blueimp-gallery > .description {
  position: absolute;
  top: 30px;
  left: 15px;
  color: #fff;
  display: none;
}
.blueimp-gallery-controls > .description {
  display: block;
}


