div.galeria_container {
display: inline-block;
visibility: hidden;
position: fixed;
top: 0px;
left: 0px;
/* bottom: 0px; */
z-index: 122;
width: 100%;
height: 100vh;
text-align: center;
background-color: rgba(0, 0, 0, 0);
padding: 10px;
padding-top: 60px;

/* border: solid 1px red; */
}
@media only screen and (max-width: 1000px){
div.galeria_okno { width: 100%; padding: 0px; margin: 0px; }
}

div.galeria_okno {
display: table;
margin: 0 auto;
width: auto;
padding: 10px;
height: calc(100vh - 120px);
text-align: center;

background-color: rgba(255, 255, 255, 1);

border-radius: 2px;

-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);

/* border: solid 1px blue; */
}
@media only screen and (max-width: 1000px){
div.galeria_okno { display: block; width: calc(100% - 20px); padding: 0px; margin: 0px; position: absolute; left: 0px; }
}

div.galeria_img{
display: table-cell;
width:100%;
height:100%;
vertical-align: middle;
}
@media only screen and (max-width: 1000px){
div.galeria_img { 
display: inline-block;
}
}

img.galeria {
max-width: calc(100vw - 110px);
max-height: calc(100vh - 110px);
vertical-align: middle;
/* border: solid 1px blue; */
}
@media only screen and (max-width: 1000px){
img.galeria { 
max-width: calc(100% - 20px);
max-height: calc(100% - 20px);
position: relative;
top: 50%;
transform: translateY(-50%);
}
}

div.zavriet {
display: inline-block;
position: absolute;
z-index: 24;
top: 80px;
transform: translate(-50%,-50%);
font-size: 12px;
background-color: rgba(255, 255, 255, 0.7);
cursor: pointer;
cursor: hand;
padding: 4px;
border-radius: 2px;
}
@media only screen and (max-width: 1000px){
div.zavriet { top: auto; bottom: 80px; }
}

div.galeria_nahlady {
display: block;
position: relative;
width: auto;
height: 300px;
padding: 5px;
overflow: hidden;
overflow-x: scroll;

}

div.galeria_nahlady_container {
display: table;
table-layout: fixed;
white-space: nowrap;
border-collapse: collapse;
position: absolute;
}

img.galeria_nahlad {
display: inline-block;
position: relative;
height: 300px;
cursor: pointer;
cursor: hand;
padding-right: 6px;
}
