.gearContainer {
	position: relative;
	float: right;
	width: 480px;
	max-width: 60%;
	min-width: 250px;
	height: auto;
	margin-top: -78px;
	z-index: 50;
}
.gearContainer img {
	width: 100%;
	height: auto;
	display: block;
	border: none;
}
.gear-serv {
	position: absolute;
	top: 38.5%;
	left: 40.5%;
	width: 20%;
	z-index: 25;
}
.gear-strategic {
	position: absolute;
	top: 13.5%;
	left: 28%;
	width: 15%;
	z-index: 25;
}
.gear-capital {
	position: absolute;
	top: 12.5%;
	left: 54%;
	width: 15%;
	z-index: 25;
}
.gear-growth {
	position: absolute;
	top: 32%;
	left: 71.5%;
	width: 15%;
	z-index: 25;
}
.gear-improve {
	position: absolute;
	top: 60%;
	left: 69%;
	width: 15%;
	z-index: 25;
}
.gear-value {
	position: absolute;
	top: 71.5%;
	left: 44.2%;
	width: 15%;
	z-index: 25;
}
.gear-liquid {
	position: absolute;
	top: 63%;
	left: 19.6%;
	width: 15%;
	z-index: 25;
}
.gear-generation {
	position: absolute;
	top: 36%;
	left: 13%;
	width: 15%;
	z-index: 25;
}
@media only screen and (max-width: 1100px) {
	.gearContainer {
	position: relative;
	float: right;
	width: 480px;
	max-width: 60%;
	min-width: 250px;
	height: auto;
	margin-top: -28px;
	z-index: 50;
	}
}
@media only screen and (max-width: 710px) {
	.gearContainer {
	position: relative;
	float: none;
	width: 480px;
	max-width: 100%;
	min-width: 250px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	}
}