@media only screen and (max-width: 1200px){

}
@media only screen and (max-width: 992px){
	.carouselPresentation .owl-wrapper-outer .owl-wrapper .owl-item {
		height: 400px;
	}
}
@media only screen and (max-width: 768px){
	.about_text > div{
		margin: 15px 0;
	}
	.body_wrapper h1{
		font-size: 47px;
	}
	.body_wrapper p.adres{
		font-size: 18px;
	}
}
@media only screen and (max-width: 640px){
	.body_wrapper h1{
		font-size: 36px;
	}
	.body_wrapper p.adres{
		font-size: 14px;
	}
	.footer p{
		font-size: 14px;
	}
}
@media only screen and (max-width: 480px){
	.body_wrapper h1{
		font-size: 32px;
	}
	.body_wrapper p.adres{
		font-size: 12px;
	}
	.footer p{
		font-size: 12px;
	}
}
@media only screen and (max-width: 320px){
	
}