@charset "utf-8";
/* CSS Document */

#intro {
	min-height:460px;
	}
	
.photos {
	float:left;
	width:250px;
	}
	
.content {
	float:right;
	width:450px;
	}
	
@media screen and (max-width:1024px) {
	.content {
		width:62%;
		float:right;
		}
		
	.photos{
		width:33%;
		}
		
	.photos img{
		width:100%;
		}
		
	}