@charset "UTF-8";
/*==========================
	gallery
============================*/
.imgList {
	max-width: 1160px;
	margin: 0 auto 4%;
}
.imgList li {
	float: left;
	margin: 0 18px 36px 18px;
	width: 254px;
}
.bgFrame {
	position: relative;
	overflow: hidden;
}
.bgFrame:after {
	background: url(../img/gallery/bgInsta.png) no-repeat center top;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}
.imgGallery {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	object-fit: cover;
	height: 254px;
	width: 100%;
}


/*media queries--------------------------------------css*/
@media screen and (max-width: 786px) {
	#galleryBlock {
		margin: 0 auto;
		width: 90%;
	}
	.imgList {
		max-width: 100%;
		margin: 0 auto 4%;
	}
	.bgFrame {
		position: relative;
		overflow: hidden;
	}
	.bgFrame:after {
		background: url(../img/gallery/bgInsta.png) no-repeat center top;
		background-size:cover;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%
	}
	.imgGallery {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 0;
		right: 0;
		object-fit: cover;
		height: 40vh;
		width: 100%;
	}
	.imgList {
		max-width: 100%;
		margin: 0 auto 4%;
	}
	.imgList li {
		float: left;
		margin: 0 2% 4%;
		width: 46%;
	}
}

/* Media Queries ================================================== */


