#content img {
float: left;
margin-right: 10px;
margin-bottom: 1px;
}
#contentgalery img{
border: 5px groove #6cf;
float: left;
}
#contentgalery li {
display: inline;
list-style: none;
}
#wypozycz {
list-style: none;
}
#wypozycz img{
width: 20px;
height: auto;
}
#galerypage img{
border: 5px groove #6cf;
float: left;
}
#galerypage li {
display: inline;
list-style: none;
}

@media (min-width: 1100px) {
.content {width:1050px;margin:0 auto;}
}

@media (max-width: 1100px) and (min-width: 1000px) {
.content {width:950px;margin:0 auto;}
}

@media (max-width: 1000px) and (min-width: 800px) {
.content {width:750px;margin:0 auto;}
}

@media (max-width: 800px) and (min-width: 500px) {
.content {width:450px;margin:0 auto;}
}

@media (max-width: 500px) {
.content {width:300px;margin:0 auto;}
}
