body {

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

}

@media (max-width: 900px) {
	body {
background-position: center 65px;
background-size: 150% auto;
		 -webkit-transition: all 0ms ease-in-out;
  transition: all 0ms ease-in-out;
  opacity: 0;
}
}

p.foto-podpis {
	position: relative;
	text-align: center;
	font-weight: 400; 
	text-shadow:  1px 1px 1px black;
font-size: 17px;
	color: #fff;

}


@media (min-width: 800px) {
p.foto-podpis {
	font-size: 35px;
	line-height: 50px;
	height: 100%;
}
}

@media (min-width: 1000px) {
p.foto-podpis {
	font-size: 65px;
	line-height: 80px;
	height: 100%;
	width: 90%;
	margin-bottom: 8%;
}
}


@media (min-width: 1200px) {
p.foto-podpis {
	font-size: 75px;
	line-height: 80px;
	height: 100%;
	margin-bottom: 8%;
	
}
}




@media (max-width: 600px) {
p.foto-podpis {
	position: relative;
	text-align: center;
	font-weight: 400; 
	text-shadow:  1px 1px 2px black;
font-size: 37px;
	color: #fff;
	margin-bottom: 10Px;
	font-family: 'Benne', serif;
	margin-top: 12%;
	margin-bottom: 14%;
}

