#konkurs_gallery {
    
}



#wyroznienia_gallery .opis_zdjecia, #konkurs_gallery .opis_zdjecia {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 5px;
    background: rgba(255,255,255, 0.9);
    color: #000;
    line-height: normal;
    font-size: 0.8em;
}


#wyroznienia_gallery, #konkurs_gallery {
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


#wyroznienia_gallery .opis_zdjecia {
 /*   font-size: 1em; */
}

.miejsce_1 {
    
    text-align: center;    
    margin-bottom: 3em;
    
}

.miejsce_1 img {
    width: 80%;
    margin: 0 auto;
    display: block;
}


.miejsce_2_3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4em;
}

.miejsce_2_3 .miejsce_2, .miejsce_2_3 .miejsce_3 {
    
    text-align: center;
    width: 50%;
    
    text-align: center;
    
}

a.item {
    display: inline-block;
    text-decoration: none;

    -webkit-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);  
    z-index: 1;
}

a.item:hover {
    transform: scale(1.04);
    z-index: 10;
}

.miejsce_1, .miejsce_2, .miejsce_3 {
    font-weight: bold;
    font-size: 1.2em;
}

.miejsce_1 {
    font-size: 1.4em;
}

.miejsce_2_3 img {

    width: 80%;
    margin: 0 auto;
    display: block;
    
}


#wyroznienia_gallery {
    margin-bottom: 4em;
    
}

.flex-images {
    overflow: visible;
}

