.work{
	padding-top:10px;
	text-align:center;
}

.pics{
	position:relative;
	height:4300px;
}

.pics .photo-frame{
	position:absolute;
	z-index:2;
	border-width:15px;
}

@media only screen and (max-width:800px){
	.pics{
		padding:3% 0 3%;
		width:94%!important;
	}

	div .photo-frame{
		width:90%;
	}
}