/* Tour */
.wrap_tourBox {
	height: 630px;
	margin: 0 -55px 30px -55px;
	background: #eee;
	
}

/* Media queries
========================================================================== */
/* Mobile */
@media only screen and (max-width : 767px) {
	.wrap_tourBox {
		margin-left: 0;
		margin-right: 0;
	}
	
	.wrap_contentPageHeading {
		background-image: url('../images/about/cover_mobile.jpg');
	}
}
