.pics{
	position:relative;
	height:5040px;
}

.pics .photo-frame{
	position:absolute;
	z-index:2;
	border-width:15px;
}

@media
only screen and (max-width:1200px){
	.pics .photo-frame{
		width:100%;
	}
}