.titleHold{
	width: 37%;
	position: relative;
	z-index: 2;
	float: left;
}

.work{
	margin-top: 0;
}

h1.projectTitle{
	font-family: 'apercu-bold';
	font-size: 42px;
	position: relative;
	float: left;
	padding-right: 20px;
	margin-bottom: 15px;
	
}

h2.projectSub{
	font-family: 'sectra';
	font-size: 18px;
	line-height: 20px;
	padding-top: 0;
	clear: both;
}

p.projectDescribe{
	width: 51.75%;
	font-family: 'sectra';
	font-size: 16px;
	line-height: 26px;
}

.projectLine{
	position: absolute;
	width: calc(65.5% - 20px);
	height: 3px;
	top: 65px;
	z-index: 0;
	display: none;
}

.fit{
	position: relative;
	width: 100%;
	object-fit: contain;
	margin-top: 20px;
}

@media only screen and (max-width: 500px){
	.titleHold{
		width: calc(100% - 20px);
		margin-left: 10px;
	}
	
	h2.projectSub{
		margin-left: 10px;
	}
	
	p.projectDescribe{
		width: calc(100% - 20px);
		margin-left: 10px;
	}
	
}