.header-control {
	width: 65px;
	height: 65px;
	font-size: 13px;
	padding-top: 4px;
	/* background: rgba(255,255,255,0.4); */
	background-size: cover;
	background-position: center;
	/* Do Not Change These */
	position: absolute;
	top: 0px;
	margin-top: 50vh;
	z-index: 2;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.header-control.left {
	left: 0px;
	background-image: url(../images/left.png);
}
	.header-control.left:hover {
		/* left: -20px; */
		opacity: 0.5;
	}
.header-control.right {
	right: 0px;
	background-image: url(../images/right.png);
}
	.header-control.right:hover {
		/* right: -20px; */
		opacity: 0.5;
	}

.portfolio-prev {
	width: 4.5em;
	height: 4.5em;
	background-image: url(../../../images/portfolio-prev.png);
	position: absolute;
	z-index: 3;
	margin-top: 45vh;
}

.portfolio-next {
	width: 4.5em;
	height: 4.5em;
	background-image: url(../../../images/portfolio-next.png);
	position: absolute;
	z-index: 3;
	margin-top: 45vh;
	right: 0px;
}