@charset "utf-8";
/* CSS Document */
	
.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%;
		}
	}