
.galleryTpye4,
.galleryTpye6 {
	background: #fff;
	box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
	-moz-box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
	-webkit-box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
	width: 50%;
	text-align:center;
	display: inline-block;
}

.galleryTpye4 .caption,
.galleryTpye6 .caption {
	padding: 10px;
	color: #212121;
	font-size: 0.875rem;
}

.galleryTpye6 a,
.galleryTpye4 a {
	float: left;
	overflow: hidden;
	background-color: #000;
	position: relative;
	padding-top: 33.334%;
}

.galleryTpye4 a {
	width: 50%;
}

.galleryTpye6 a {
	width: 33.3333333333333333333%;
}

.galleryTpye4 img,
.galleryTpye6 img {
	display: block;
	position: absolute;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: -webkit-transform .35s ease;
	-moz-transition: -moz-transform .35s ease;
	-o-transition: -o-transform .35s ease;
	-ms-transition: -ms-transform .35s ease;
	transition: transform .35s ease;
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.galleryTpye4 a:hover img,
.galleryTpye6 a:hover img {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}

@media screen and (max-width: 1366px) {
	.galleryTpye4,
	.galleryTpye6 {
		width: 60%;
	}

	.galleryTpye4 a {
		padding-top: 50%;
		width: 100%;
	}

	.galleryTpye6 a {
		padding-top: 50%;
		width: 50%;
	}
}

@media screen and (max-width: 375px) {
	.galleryTpye4,
	.galleryTpye6 {
		width: 80%;
	}
}
