.jap-gallery-no-scroll{
    height: 100%; 
    overflow: hidden;
}

.jap-gallery{
    display: flex;
    flex-wrap: wrap;
}  

.jap-gallery > div{
    float: left;
    /*border-color: black;*/
    /*border-style: solid;*/
    /*border-width: 2px;*/ 
    width: 220px; /*určuje velikost obrázku*/
    height: 150px;
    display: flex;
    padding: 10px;
    margin: 4px;

}

.jap-gallery > div > img{
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;

}

.jap-gallery-display-flex > [class*='item'] {
    display: flex;
    flex-direction: column;
}

#jap-gallery-stage{
    /*    height: auto;
        max-width: 100%;    */
    /*    max-width: 100%;
        height: auto;
        width: auto;*/
    height: 100%;
    width: 100%;
}

#jap-gallery-car{
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

#jap-gallery-curtain{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    z-index: 99999;
}

#jap-gallery-arrow-nest-left{
    float: left;
    margin: auto;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 10%;
}

#jap-gallery-arrow-nest-right{
    float: right;
    margin: auto;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 90%;
    margin-left: -50px;
}
#jap-gallery-carusel{
    background-color: red;
    display:flex;
    position: relative;
    height: auto;
    width: auto;
}

#jap-gallery-arrow_left{
    content:url(../images/components/jap-gallery-ico/left2.png);
}

#jap-gallery-arrow_right{
    content:url(../images/components/jap-gallery-ico/right2.png);
}

#opona{
    background-color: #00000090;
    width: 100vw;
    position: fixed;
    z-index: 15000;
    height: 100vh; 
    padding: 5vh; 
    display: flex;
}

#aktObraz{
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

.jap-gallery-item{
    cursor: pointer;
}