.pix-photo-stack.pix-img-n .img-el {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.pix-photo-stack.pix-img-n .img-el:first-child {
	margin-top: 20%;
	left: 0;
	float: left;
	z-index: 10;
	width: 70%;
}

.pix-photo-stack.pix-img-n .img-el:nth-child(2) {
	top: 60%;
	width: 55%;
	z-index: 9;
	right: 0;
	float: right;
	position: absolute;
}

.pix-photo-stack.pix-img-n .img-el:nth-child(3) {
	top: 0;
	width: 40%;
	z-index: 8;
	right: 0;
	float: right;
	position: absolute;
}

.pix-photo-stack.pix-img-n .img-el:nth-child(4) {
	top: 10%;
	width: 45%;
	z-index: 7;
	left: 20%;
	float: left;
	position: absolute;
}