.gal-pozadi {
  width:100%;
  height:100%;
  /*padding: 0 10 0 10px;*/
}

.gal-rubrika {
  width:98%;
  height:17%;
  padding: 0 30 0 10px;
  line-height: 150px;
  /*background-color: rgba(0,0,0,0.5);*/
  font-size: 250%;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(0,0,0,0.4);
  color: rgba(255,255,255,0.2);
  text-align: right;
}

.gal-nadpis {
  width: 100%;
  height:8%;
  /*padding: 0 10 0 10px;*/
  text-shadow: 4px 4px 4px black;
  /*background-color: rgba(0, 0, 0, 0.7);*/
  /*box-shadow: 0px 0px 30px black;*/
}

.gal-obsah {
  position:absolute;
  bottom:-300px;
  left:0;
  /*width: 100%;*/
  padding: 10 30 0 20px;
  text-shadow: 2px 2px 4px black;
  background-color: rgba(0, 0, 0, 0.6);
}
