/** @format */

.gallery a::before,
.gallery-index a::before {
	background-image: url("/img/zoom.svg");
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	z-index: 20;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px auto;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.gallery a,
.gallery-index a {
	margin: 0 0 0 0;
	overflow: hidden;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}
.gallery a img,
.gallery-index a img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 10;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.gallery a:hover img,
.gallery-index a:hover img {
	opacity: 0.6;
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.gallery a:hover::before,
.gallery-index a:hover::before {
	opacity: 1;
}
.two-cols a {
	max-width: calc(100% * 1 / 2 - (0 - 0 * 1 / 2));
	width: calc(100% * 1 / 2 - (0 - 0 * 1 / 2));
	-ms-flex-preferred-size: calc(100% * 1 / 2 - (0 - 0 * 1 / 2));
	flex-basis: calc(100% * 1 / 2 - (0 - 0 * 1 / 2));
}
.two-cols a:nth-child(2n) {
	margin-right: 0;
}
.three-cols a {
	max-width: calc(100% * 1 / 3);
	width: calc(100% * 1 / 3);
	-ms-flex-preferred-size: calc(100% * 1 / 3);
	flex-basis: calc(100% * 1 / 3);
}
.three-cols a:nth-child(3n) {
	margin-right: 0;
}
.four-cols a {
	max-width: calc(100% * 1 / 4);
	width: calc(100% * 1 / 4);
	-ms-flex-preferred-size: calc(100% * 1 / 4);
	flex-basis: calc(100% * 1 / 4);
}
.four-cols a:nth-child(4n) {
	margin-right: 0;
}
.five-cols a {
	max-width: calc(100% * 1 / 5 - (0 - 0 * 1 / 5));
	width: calc(100% * 1 / 5 - (0 - 0 * 1 / 5));
	-ms-flex-preferred-size: calc(100% * 1 / 5 - (0 - 0 * 1 / 5));
	flex-basis: calc(100% * 1 / 5 - (0 - 0 * 1 / 5));
}
.five-cols a:nth-child(5n) {
	margin-right: 0;
}
/*# sourceMappingURL=gallery.standard.min.css.map */
