.projectFolder {
	margin-top:8rem;
}

.projectFolder a {
	font-size:1.2rem;
}

.projectTitle h3 {
	font-size:2rem;
	font-weight:900;
	font-color: #000;
	line-height: 2rem;
	margin-bottom: 0.2rem;
/*	text-transform: uppercase;*/
}

.projectSubTitle h3 {
	font-size:1.5rem;
	color: 	#A9A9A9;
	font-weight:400;
	margin:0;
}

.artstation {
	margin-top:3rem;
}

.imagecontainer {
	display:flex;
	justify-content: center;
	align-items: center;
	margin-top:5rem;
	overflow:hidden;
}

.imagecontainer img {
	flex:1;
	width:100%;
	height:auto;
}

.projectDescription {
	margin-top:2rem;
}

.imagecontainer_2 {
	display:flex;
	margin-top:2rem;
	justify-content: center;
	align-items: center;
	overflow:hidden;
}

.imagecontainer_2 img {
	flex:1;
	width:100%;
	height:auto;
}

.videocontainer {
	flex:1;
	margin-top:2rem;
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

iframe {
	 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
