/* ------- GENERAL ------- */
.dropDownContent a {
	background-color: rgba(0, 0, 0, 0.7);
}
.projectsTitleGroup {
	width: 100%;
	background-color: #f9f9f9;
}
.projectsTitleList {
	max-width: 1080px;
	margin: auto;
	padding-top: 150px;
	color: #7b7b7b;
}
.projectsTitle {
	display: inline-block;
}
.photoDisplay {
	background-color: #f9f9f9;
}


/* not tested, just copied */
.containerPhoto {
/* 	border: grey 2px solid; */
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin: auto;
}
.photoLink {
	display: block;
	text-decoration: none;
	padding: 40px 0;
}
.containerPhoto img {
	display: block;
	object-fit: contain;
    width: 100%;
    height: auto;
    max-width: 800px;
	margin-left: auto;
	margin-right: auto;
/* 	margin-bottom: 50px; */
}
