

.ogloszeniaImg
{
    max-height: 70vh ;
    min-height: 70vh ;
    min-width: 100%;
    max-width: 100%;
    background-color: rgba(0, 0, 0);
    justify-content: center;
    align-items: center;
    overflow:hidden;
    
}

.ogloszeniaImg img{
    min-height: 70vh;
    max-height: 70vh;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    background-color: rgba(0, 0, 0);
    color: white;
    opacity: 70%; 
    object-fit: cover;
    object-position: 40% 40%
}
.ogloszeniaInfo
{
    width: 100%;
    min-height: 200px;
    position: relative;
    color:white;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.99);
    box-sizing: border-box;
    font-size: 36px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ogloszeniaInfo h1
{
    margin: 0;
    padding: 0;
    width: 70%;
    font-size: 48px;
}

.ogloszeniaInfo h2
{
    font-weight: normal;
    color: #969696;
    text-align: center;
    font-size: 24px;
}

.ogloszeniaInfo h4
{
    color: #808080;
    width: 100%;
    font-size: 20px;
    font-weight: lighter;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0px;
    padding: 0;
}
.ogloszeniaKontent
{
    color: black;
    word-wrap: break-word;
}

article
{
    background-color: white;
    min-height: 10vh;
    width: 100%;
}

.galeriaZdjec
{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items:start;
    align-content: space-evenly;
}
.galeriaZdjecie
{
    -webkit-box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 1);
    margin-top: 20px;
    max-height: 270px;
    min-height: 270px;
    min-width: 32%;
    width: 32%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #000;
    cursor: pointer;
}

.galeriaZdjecie:hover img,
.galeriaZdjecie:focus img
{
    transform: scale(1.1);
    opacity: 90%;
}


.galeriaZdjecie img
{
    min-width: auto;
    max-height: 350px;
    transition: 0.5s;
    background-color: #000;
}

#fullScreenImg
{
    display: none; 
    position: fixed; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 13; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

#fsiContener
{
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
#fsiContener img
{
    max-width: 80%;
    max-height: 100%;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

#close
{
    position: fixed;
    top: 20px;
    color: white;
    right: 20px;
}
#close:hover,
#close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.arrowImg
{
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    position:absolute;
    height: 50px;
    width: 50px;
    color:white;
    text-align: center;
    font-size: 36px;
    border-radius:10px ;
    border: 2px solid black;
    background-color: black;
    transition: 0.5s;
}
#leftImg
{
    left: 10px;
    transition: 0.5s;
}
#rightImg
{
    right: 10px;
    transition: 0.5s;
}
.arrowImg:focus,
.arrowImg:hover
{
    background-color: rgb(20, 20, 20);
    cursor: pointer;

}
#leftImg:hover
{
    transform: translate(-5px);
    cursor: pointer;
}
#rightImg:hover
{
    transform: translate(5px);
    cursor: pointer;
}




@media only screen and (max-width: 1000px) 
{
table
{
    max-width: 100%;
    font-size: 2vh;
}
.ogloszeniaInfo
{
    min-height: 100px;
    color:white;
    padding-top: 10px;
    padding-bottom: 5px;
    box-sizing: border-box;
    font-size: 20px;
}

.ogloszeniaInfo h1
{
    margin: 0;
    padding: 0;
    width: 90%;
    font-size: 30px;
}
.ogloszeniaInfo h2
{
    width: 90%;
    font-size: 20px;
}

.ogloszeniaImg
{
    max-height: 400px ;
    min-height: 0px ;
}
.ogloszeniaImg img{
    margin-top: 0px;
    display: flex;
    background-color: rgba(0, 0, 0);
    color: white;
    opacity: 70%;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.galeriaZdjecie
{
    max-height: 270px;
    min-height: 270px;
    min-width: 100%;
    max-width: 100%;
    
}
article img
{
    max-width: 100%;
    height: auto;
}
}