@media only screen and (max-width: 768px){
	.sponsorzy{
		display: none;
	}
}
@media only screen and (min-width: 768px){
	.sponsorzy_mobile{
		display: none;
	}
}

#wrapper-brand{						
				background-color: white;
				width: 100%;
				height: 200px;
				/*position: absolute;*/
				top: 50%;
				left: 0;
			}
			#carousel-brand div {
				text-align: center;
				width: 300px;
				height: 220px;
				float: left;
				position: relative;
			}
			#carousel-brand div img {
				border: none;
			}
			#carousel-brand div span {
				text-align: center;
				color: #000;
				font-family: Arial, Geneva, SunSans-Regular, sans-serif;
				font-size: 14px;
				font-weight: bold;
				display: block;
				margin-top: -20px;
			}
			
			#donate-spacer {
				height: 100%;
				margin-top: -70px;
			}
			#donate {				
				width: 750px;
				padding: 50px 75px;
				margin: 0 auto;
				overflow: hidden;
			}
			#donate p, #donate form {
				margin: 0;
				float: left;
			}
			#donate p {
				width: 650px;
			}
			#donate form {
				width: 100px;
			}