.photo-swipe-gallery {
}
.photo-swipe-gallery a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	display: inline-block;
	margin: 0 1.5% 12px 1.5%;
	max-width: 30%;
	line-height: 0;
	vertical-align: top
}
.photo-swipe-gallery figure {
	display: none;
}
.photo-swipe-gallery a.gallery-block {
	background: -webkit-linear-gradient(-45deg, #4c4c4c 0%, #131313 100%);
	background: linear-gradient(-45deg, #4c4c4c 0%, #131313 100%);
	position: relative;
	overflow: hidden
}
.photo-swipe-gallery a.gallery-block img {
/*opacity: 0.9;*/
}
.photo-swipe-gallery a.gallery-block figcaption::after, .photo-swipe-gallery a.gallery-block img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.photo-swipe-gallery a.gallery-block figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.photo-swipe-gallery a.gallery-block:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}
.photo-swipe-gallery a.gallery-block:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
.photo-swipe-gallery img {
	width: auto;
	max-width: 100%;
	height: auto;
	border: 0;
	margin: 0 auto;
	display: block
}
@media screen and (max-width: 1024px) {
.pswpcaption .pswpcaptioncenter {
	max-width: 96% !important;
}
}
@media screen and (max-width: 650px) {
}
@media screen and (max-width: 450px) {
}
@media screen and (max-width: 700px) {
.photo-swipe-gallery {
	margin: 0 auto
}
.photo-swipe-gallery a {
}
}
@media screen and (max-width: 450px) {
.photo-swipe-gallery a {
	margin: 1%;
}
.photo-swipe-gallery img {
	width: 100%;
}
}
@media screen and (max-width: 360px) {
.photo-swipe-gallery a {
	max-width: 47%
}
}
