.photostack {
	width: 100%;
	height: auto;

	position: relative;
	border: 1px dotted gray;
	
}


article .content .photostack img {
	width: 80%;
	height: auto;
	border: 20px solid white;
	position: absolute;
	box-shadow: 6px 6px 20px 6px rgba(0,0,0,0.5);
	top: 10%;
	left: 10%;

}

