/*.zoom {
    transition: transform .2s; 
    
}

.zoom:hover {
    transform: scale(1.5);
    z-index: 9999999;
}*/

.obsah {
    margin:auto;
    width: 90vw;
    max-height: 105vw;
    height: 330vh;
    background-color: rgb(0, 0, 0);

}

.win-gallery {
    width: 70vw;
    height: 45vw;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 55vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0.3em;
    
}

.win-gallery p{
    margin-left: 2px;
    font-family: "Jersey 10", sans-serif;
    font-weight: 400;
    font-style: normal;
    
    
}

.i-win-gallery {
    position: absolute;
    width: 98.5%;
    height: 95.5%;
    background-color: rgb(0, 0, 0);
    top:50%;
    left: 50%;
    transform: translate(-50%,-48.7%);
    /*overflow: hidden;*/
    overflow: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: white black;
    
}

.i-win-gallery p {
    color: rgb(255, 255, 255);
    font-family: "Jersey 15", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2vw;
    text-align: left;
    margin-top: 0.5vw;
}

.i-win-gallery img {
    height: 15vw;
    position: relative;
    background-image: url(img/bg_1.png);
}

#img-row {
    display: flex;
    justify-content: space-evenly;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
}