.project {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
}

.projectDiv {
	cursor: pointer;
	opacity: 0.9;
	border-radius: 6px;
	border: 2px solid white;
	background-color: rgba(255, 255, 255, 0.6);
	margin: 10px 10px 0 10px;
	line-height: 0;
}

.projectImg {
	border-radius: 6px;
	width: 100%;
	max-width: 500px;
}
