allery.item-page .bkg-first-block{
	position: absolute;
	left:0;
	right:0;
	top:750px;
	z-index: 1;
}
.gallery.item-page .page{
	height: auto;
	padding-bottom:100px;
	padding-top: 1140px;
}
.gallery.item-page .title{
	background-color:#87c19d;
}
.gallery.item-page .am-wrapper{
	float:left;
	position:relative;
	overflow:hidden;
}
.gallery.item-page .am-wrapper img{
	position:absolute;
	outline:none;
}

@media only screen and (max-width:768px){
	.gallery.item-page{
		overflow-x: hidden;
		width:100%;
		position: relative;
	}
}
@media only screen and (max-width:570px){
	.gallery.item-page .page{
		padding-bottom:0;
		padding-top: 220px;
	}
}