
			
.photoheader{
font-size:24px;
text-align:center;

}
.box{
	display:block;
		float:left;
	 width:25%;
    padding: 10px;
	padding-left:12px;
	overflow:hidden;
	margin-left:30px;
	margin-top:10px;
}
.box{
	width:300px;
	height:300px;
	border-radius:5px;	
}
.box:hover{
	transform:scale(1.1,1.1);
	transition:0.5s transform;
	border-radius:5px;
	overflow:hidden;
	
	
}
