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

#intro {
	min-height:474px;
	}

.photos ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
.photos li {
	float:left;
	margin-right:3px;
	}
	
.photos img {
	width:235px;
	height:178px;
	}
	
@media screen and (max-width:1024px) {
		
	#intro {
		width:69%;
		}
		
	.photos img{
		width:90%;
		height:auto;
		}
		
	#demo5 {
		margin-left:0px;
		}		
	}

@media screen and (max-width:480px) {
	.photos img{
		width:100%;
		height:auto;
		}
		
	h2 {
		font-size:18px;
		}
		
	iframe {
		width:100%;
		}
	}
