body {
    background-color: rgb(255, 255, 255);
    margin:0;
    color: rgb(255, 255, 255);
    
    
    background-attachment: fixed;
    background-size: cover;

    font-family: "Jersey 15", sans-serif;
    font-weight: 400;
    font-style: normal;

}

.obsah {
    margin:auto;
    width: 90vw;
    max-height: 100vw;
    height: 380vh;
    background-color: rgb(0, 0, 0);

}


.win-gallery {
    width: 1046px;
    height: 605px;
    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%;
    height: 95%;
    background-color: rgb(0, 0, 0);
    top:50%;
    left: 50%;
    transform: translate(-50%,-49%);
    /*overflow: hidden;*/
    
}

.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;
}

#vid {
    height: 100%;
}

a {
    text-decoration: none;
    color: white;
    font-size: 0.9vw;
}

.carousel-control-prev, .carousel-control-next{
    height: 50%;
    top: 20%;
}