body {

	background: url(../image/przetworniatlo.jpg) no-repeat center top;
	background-size: 100% auto;

}

@media (max-width: 1800px) {
	body {
background-position: center 55px;
background-size: 120% auto;
		 -webkit-transition: all 0ms ease-in-out;
  transition: all 0ms ease-in-out;
  opacity: 0;

}
}


@media (max-width: 1000px) {
	body {
background-position: center 55px;
background-size: 220% auto;
		 -webkit-transition: all 0ms ease-in-out;
  transition: all 0ms ease-in-out;
  opacity: 0;

}
}

@media (max-width: 460px) {
	body {
background-position: center 35px;
background-size: 235% auto;
		 -webkit-transition: all 0ms ease-in-out;
  transition: all 0ms ease-in-out;
  opacity: 0;

}
}




@media (max-width: 700px) {
p.foto-podpis {
	position: relative;
	text-align: center;
	 
	text-shadow:  1px 1px 2px black;
font-size: 32px;
line-height: 35px;
	color: #fff;
	margin-bottom: 10Px;
	font-family: 'Barlow', serif;
	margin-top: 30%!important;
		
	
}
