.gallery {
    display: flex;
    text-align: center;
    justify-content: center; 
}
.gallery-header {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    font-size: 25px;
}
.galeria {
/*
    width: 27vw;
    margin: 0 1vw;
*/
/*    box-shadow: 4px 4px 6px gray;*/
    border-radius: 5%;
}
.box-gallery {
    width: 25vw;
    height: 16vw;
    margin: 0 1vw;
    overflow: hidden;
    display: inline-block;
    border-radius: 5%;
/*
    border: 0.2rem;
    color: gray;
    border-style: solid;
*/
}
.box-gallery img {
    width: 25vw;
    height: 16vw;
/*    margin: 0 1vw;*/
    transition: transform .7s ease;
}
.box-gallery:hover img {
    transform: scale(1.3);
}
.gallery-description {
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    color: #292424;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 550;
    letter-spacing: 2px;
}
/*
.gallery-description:hover {
    transform: scale(1.1);
}
*/
a {
    text-decoration: none;
}
.obiekty-container {
    padding: 0 5px 5px 5px;
    margin-top: 10vh;
    align-items: center;
}
.obiekty-image {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 6vh;
}
.boisko-sportowe {
    width: 25vw;
    margin: 1vw;
    box-shadow: 4px 4px 6px gray;
    border-radius: 5%;
}
.treningi-container {
    padding: 0 5px 5px 5px;
    margin-top: 10vh;
    align-items: center; 
}
.treningi-image {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 6vh;
}
.treningi {
    width: 25vw;
    margin: 1vw;
    box-shadow: 4px 4px 6px gray;
    border-radius: 5%;
}
.turnieje-gallery {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 6vh;
    margin-bottom: 6vh;
}
@media(max-width: 500px) {
    .gallery {
    display: block;
    text-align: center;
    justify-content: center; 
}
    .box-gallery {
    width: 75vw;
    height: 46vw;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    border-radius: 5%;

/*
    border: 0.2rem;
    color: gray;
    border-style: solid;
*/
}
.box-gallery img {
    width: 75vw;
    height: 46vw;
/*    margin: 0 1vw;*/
    transition: transform .7s ease;      
}
    .treningi {
    width: 75vw;
    margin: 1vw;
    box-shadow: 4px 4px 6px gray;
    border-radius: 5%;
}
    .boisko-sportowe {
    width: 75vw;
    margin: 1vw;
    box-shadow: 4px 4px 6px gray;
    border-radius: 5%;
}
    
}

