a.gallery-backlink {
		position: absolute;
		top: 20px;
		left: 90px;
	}
#galleries {
	margin: 40px 0 0 0;
}
	#galleries a.gallery {
		display: inline-block;
		vertical-align: top;
		width: 30.666667%;
		box-sizing: border-box;
		box-shadow: 0 0 25px rgba(0,0,0, .15);
		margin: 0 4% 15px 0;
		transition: all .2s;
		-webkit-transition: all .2s;
	}
	#galleries a.gallery:nth-child(3n) {
		margin-right: 0;
	}
	#galleries a.gallery:hover {
		box-shadow: 0 0 35px rgba(0,0,0, .35);
	}
		#galleries .gallery .img {
			opacity: .8;
			width: 100%;
			padding-top: 56.25%;
			background-position: center center;
			background-size: cover;
			background-repeat: no-repeat;
			margin: 0;
			transition: all .2s;
			-webkit-transition: all .2s;
		}
		#galleries .gallery:hover .img {
			opacity: 1;
		}
		#galleries .gallery .info {
			box-sizing: border-box;
			padding: 15px 15px;
			margin: 0;
		}
			#galleries .gallery .info h3.title {
				font-size: 1.3em;
				margin: 0;
			}
			#galleries .gallery .info .descr {
				font-size: .9em;
				font-weight: 400;
				color: rgba(0,0,0, .6);
				margin: 7px 0 0;
			}


.gallery-back {
	text-align: center;
	margin: 0 0 12px 0;
}
	.gallery-back a {
		font-size: .8em;
		font-weight: 400;
		color: #0775c5;
	}
	.gallery-back a:hover {
		color: #000;
	}

#gallery {
	text-align: center;
	margin: 40px 0 0 0;
}
#gallery a {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 20px);
	box-sizing: border-box;
	box-shadow: 0 0 25px rgba(0,0,0, .15);
	border: 5px solid #fff;
	margin: 0 25px 30px 0;
	transition: all .2s;
	-webkit-transition: all .2s;
}
#gallery a:nth-child(4n) {
	margin-right: 0;
}
#gallery a:hover {
	box-shadow: 0 0 35px rgba(0,0,0, .35);
}
	#gallery a .img {
		opacity: .8;
		width: 100%;
		padding-top: 66.25%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		margin: 0;
		transition: all .2s;
		-webkit-transition: all .2s;
	}
	#gallery a:hover .img {
		opacity: 1;
	}



@media screen and (max-width: 690px){
	#galleries a.gallery,
	#galleries a.gallery:nth-child(3n) {
		width: calc(50% - 20px);
		margin: 0 20px 15px 0;
	}
	#galleries a.gallery:nth-child(2n) {
		margin-right: 0;
	}
		#galleries .gallery .info h3.title {
			font-size: 1em;
		}

		#gallery a,
		#gallery a:nth-child(4n) {
			width: calc(33.33333% - 15px);
			margin: 0 15px 15px 0;
		}
		#gallery a:nth-child(3n) {
			margin-right: 0;
		}
}
