.gallery--container {
	padding: 0 30px;
}

.gallery--image {
	position: relative;
}

.gallery--image:before {
	content: "";
	display: block;
	padding-bottom: 80%;
}

.gallery--image img {
	position: absolute;
	top: 0;
	left: 0;
}

.gallery--image:after {
	content: "";
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 53px;
	height: 56px;
	background-image: url(../../images/enlarge.svg);
	background-size: contain;
}