.responsiveGallery-container{
	/*width: 100%;*/
	position: relative;
	height: 380px;
	overflow: hidden;
}

@media (max-width: 1199px){
	.responsiveGallery-container {
		height: 340px;
	}
}

@media (max-width: 991px){
	.responsiveGallery-container {
		height: 400px;
	}
}

@media (max-width: 720px){
	.responsiveGallery-container {
		height: 380px;
	}
}

@media (max-width: 630px){
	.responsiveGallery-container {
		height: 350px;
	}
}

@media (max-width: 598px){
	.responsiveGallery-container {
		height: 340px;
	}
}

@media (max-width: 598px){
	.responsiveGallery-container {
		height: 510px;
	}
}

@media (max-width: 530px){
	.responsiveGallery-container {
		height: 460px;
	}
}

@media (max-width: 470px){
	.responsiveGallery-container {
		height: 420px;
	}
}

@media (max-width: 430px){
	.responsiveGallery-container {
		height: 370px;
	}
}

@media (max-width: 370px){
	.responsiveGallery-container {
		height: 340px;
	}
}

@media (max-width: 330px){
	.responsiveGallery-container {
		height: 290px;
	}
}

.responsiveGallery-btn{
	position:absolute;
	top: 0;
	z-index: 3;
	display: block;
	width: 5%;
	height: 80%;
}
.responsiveGallery-btn_prev{
	background:url(../images/arrow-left.png) center center no-repeat;
	left:1%;
}
.responsiveGallery-btn_next{
	background:url(../images/arrow-right.png) center center no-repeat;
	right:1%;
}

.responsiveGallery-wrapper{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 25%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

.responsiveGallery-item {
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 0;
	display: block;
	width: 20%;
	opacity: 0;
	visibility: hidden;
	max-height: 220px;
}

@media (max-width: 1000px){
	.responsiveGallery-item{
		width: 33.33%;
	}
	.responsiveGallery-wrapper{
		padding-top: 45%;
	}

}
@media (max-width: 560px){
	.responsiveGallery-wrapper{
		width: 60%;
	}
	.responsiveGallery-item{
		width: 100%;
	}
	.responsiveGallery-wrapper{
		padding-top: 80%;
	}
	.responsiveGallery-btn{
		width: 8%;
	}
}
.responsivGallery-link{
	display: block;
	width: 100%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.responsivGallery-pic{
	width: 100%;
	height: auto;
}
.w-responsivGallery-info{
	width: 80%;
	margin: 0 auto;
	padding-top: 5%;
	text-align: center;
	color: #fff;
}
.responsivGallery-name{
	font-size: 1.25em;
}
.responsivGallery-position{
	padding-top: 4%;
	font-size: 0.875em;
	line-height: 1.3;
}
