
.bg-fixed_services,
.bg-fixed_contact,
.bg-fixed_service_artdir,
.bg-fixed_service_chars,
.bg-fixed_service_hardsurface,
.bg-fixed_service_uiux {
	background-color:#3c3329;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: fixed;
	width: 100%;
	height: 200%;
	left: 0px;
	top: 0px;
	z-index: -1;
}

.bg-fixed_services {
	top: calc(250px - 25vw);
}
.bg-fixed_contact {
	top: calc(67px - 1.5vw);
}
.bg-fixed_service_artdir {
	top: calc(0px - 1.5vw);
}
.bg-fixed_service_uiux {
	top: calc(50px - 0vw);
}
.bg-fixed_service_chars {
	top: calc(0px - 1.5vw);
}
.bg-fixed_service_hardsurface {
	top: calc(-50px - 1vw);
}

@media (max-width: 1800px) {
	.bg-fixed_service_artdir,
	.bg-fixed_service_uiux,
	.bg-fixed_service_chars,
	.bg-fixed_service_hardsurface {
		width: 1800px;
		left: -100px;
	}
	.bg-fixed_service_hardsurface {
		width: 1800px;
		left: -300px;
	}
}

@media (max-width: 767px) {
	.bg-fixed_services,
	.bg-fixed_contact {
		background-size: 900px;
		background-position: center 0px;
		top: 80px;
	}	
	.bg-fixed_service_artdir,
	.bg-fixed_service_uiux,
	.bg-fixed_service_chars,
	.bg-fixed_service_hardsurface {
		background-size: 1500px;
		background-position: center 0px;
		left: -570px;
		top: 70px;
	}
	.bg-fixed_service_chars {
		background-size: 1450px;
		left: -420px;
	}
	
	.bg-fixed_service_hardsurface {
		background-size: 1500px;
		left: -550px;
		top: 30px;
	}
	
}

@media (max-width: 575px) {
	.bg-fixed_services {
		background-size: 1200px;
		background-position: 60% 0px;
		top: 14px;
	}
	.bg-fixed_service_artdir,
	.bg-fixed_service_uiux {
		background-size: 1200px;
		background-position: 10% 0px;
		top: 30px;
	}	
	.bg-fixed_service_uiux {
		background-size: 1200px;
		left: -470px;
		top: 52px
	}
	
	.bg-fixed_service_chars {
		background-size: 1500px;
		background-position: 20% 0px;
		top: 50px;
		left: -310px;
	}
	
	.bg-fixed_service_hardsurface {
		background-size: 1500px;
		background-position: 20% 0px;
		top: 30px;
		left: -580px;
	}


}