.gallery {
	display: flex;
	flex-wrap: wrap;
	max-width: 474px;
	width: 100%;
	align-items: stretch;
}

.gallery__image-link {
	flex-basis: 70px;
	height: 70px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.gallery__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

