@media(max-width:767px){	
	.intro2 {
		top: 52px;
		position: relative;
	  	padding: 50px 0;
	  	color: #2C3E50;
		width: 100%;
	   	height: 100%;
		background: url("../../img/intro2_desmall.jpg") no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
	}
}
@media(min-width:768px){
	.intro2 {
		top: 52px;
		position: relative;
	  	padding: 50px 0;
	  	color: #2C3E50;
		width: 100%;
	   	height: 100%;
		background: url("../../img/intro2_desmall.jpg") no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
	}
}
@media(min-width:992px){
	.intro2 {
		top: 52px;
		position: relative;
	  	padding: 50px 0;
	  	color: #2C3E50;
		width: 100%;
	   	height: 100%;
		background: url("../../img/intro2_de.jpg") no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-attachment: fixed;
	}
}


