#logo1 {
    width: 100%;
    float: left;
    padding: 1% 0 3% 0;
}

#logo1 img {
    width: 100%;
    float: left;
}

.button1 {
    float: left;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    background-color: #C0C0C0;
    color: #333333;
    margin-top: 1%;
    border: 3px solid silver;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0.5%;
}

.button1:hover {
    background-color: #ffffff;
    color: blue;
    text-decoration: none;
    border-radius: 3px;
    box-sizing: border-box;
}

.foto {
    float: left;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
}

.foto img {
    width: 100%;
    box-sizing: border-box;
    border: 3px solid silver;
}

.foto1 {
    float: left;
    box-sizing: border-box;
    width: 100%;
    padding: 0;

}

.foto1 img {
    width: 100%;
    box-sizing: border-box;
    border: 3px solid silver;
}

.tytul-cd {
    float: left;
    margin-top: 1%;
    padding: 0.5% 2% 0.5% 2%;
    background-color: beige;
}

.cd {
    width: 100%;
    float: left;
    padding: 0 0 2% 0;
}

.cd img {
    padding: 0 2% 2% 0;   
}

.dzial {
    width: 100%;
    float: left;
    text-align: left;
    color: #ffffff;
    padding: 3% 0 2% 1%;
}

.pojemnik-foto {
    width: 100%;
    float: left;
}

#galeriafoto-1 {
    width: 100%;
    float: left;
    text-align: left;
    padding: 2% 0 2% 0;
}

#galeriafoto-1 img {
    width: 100%;
    border: 2px solid silver;
    box-sizing: border-box;
}

/* ---------------------------- */

#plyty {
    float: left;
    width: 100%;
    padding: 0;
}

#plyty img {
    width: 100%;
}

.tekst {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 1.1em;
    text-align: left;
    padding: 2% 1% 2% 1%;
}

#nazwisko {
    font-size: 1.1em;
    color: yellow;
}

/* ------------------------------------ do 250 ----------------------------------- */

@media (max-width: 250px) {

    .cd img {
        width: 31.33%;
        text-align: left;
        padding: 0 0 2% 0;
    }

    #plyty {
        width: 50%;
    }
}

/* ------------------------------------ od 251 ----------------------------------- */

@media (min-width: 251px) {
    
    .cd img {
        width: 32.5%;
        text-align: left;
        padding: 0 0 2% 0;
    }

    #plyty {
        width: 50%;
    }

    #nazwisko {
        font-size: 1.1em;
    }
}

/* ------------------------------------ od 321 ----------------------------------- */

@media (min-width: 321px) {

}

/* ------------------------------------ od 440 ----------------------------------- */

@media (min-width: 440px) {

}

/* ------------------------------------ od 576 ----------------------------------- */

@media (min-width: 576px) {

    #plyty {
        width: 35%;
    }
}

/* ------------------------------------ od 640 ----------------------------------- */

@media (min-width: 640px) {
    
    .cd img {
        padding: 0 2% 2% 0;
        width: 24.5%;
    }

    #plyty {
        width: 30%;
    }
}

/* ------------------------------------ od 768 ----------------------------------- */

@media (min-width: 768px) {

    #plyty {
        width: 28%;
    }
}

/* ------------------------------------ od 1000 ----------------------------------- */

@media (min-width: 1000px) {

    #plyty {
        width: 27%;
    }
    
    
}
