.T2646 .gallery  a { position: relative; display: block; }
.T2646 .gallery  a.hide { display: none; }
.T2646 .gallery .large  { float: left; width: 50%; height: auto;  }
.T2646 .gallery .large h3 {
	position: absolute;
	bottom: 20px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
}
.T2646 .gallery .large h3 span {
	display: block;
	margin: 5px 20px 5px 40px;
}
.T2646 .gallery .large img { width: 100%; height: auto; }
.T2646 .gallery .images { float: left; width: 50%; }
.T2646 .gallery .images a { float: left; width: 33.33%; height: auto; }
.T2646 .gallery .images img { display: block; width: 100%; height: auto; }

.T2646 .gallery a .moreimages {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	font-size: 30px;
	line-height: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(0,0,0,0.4);
	padding: 20px;
	border-radius: 20px;
}@media all and (min-width: 1000px) and (max-width: 1250px) {
	.T2646 .gallery a .moreimages {
		font-size: 25px;
	}
}

@media all and (min-width: 768px) and (max-width: 999px) {
	.T2646 .gallery .large {
		width: 80%;
		float: none;
	}
	.T2646 .gallery .images {
		width: 80%;
		float: none;
	}

	.T2646 .gallery a .moreimages {
		font-size: 20px;
		padding: 10px;
		border-radius: 10px;
	}
}

@media all and (max-width: 767px) {

	.T2646 .gallery .large {
		width: 100%;
		float: none;
	}
	.T2646 .gallery .images {
		width: 100%;
		float: none;
	}

	.T2646 .gallery a .moreimages {
		font-size: 20px;
		padding: 10px;
		border-radius: 10px;
	}



}