.photos_container {
	max-width: 96%;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
}

.photos_img {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.photos_img img {
	width: 100%;
	height: 50%;
	padding-bottom: 80px;
	padding-right: 20px;
	padding-left: 20px;
}
