@media only screen and (max-width: 768px) {
	.co1 {
		height: 250px;
	}
	
	.co4 {
		top: 22%;
		width: 275px;
	}

	.co7 {
		float: left;
	}
}

@media only screen and (min-width: 768px) {
	.co1 {
		height: 270px;
	}
	
	.co4 {
		top: 23%;
		width: 370px;
	}

	.co7 {
		float: left;
	}
}

@media only screen and (min-width: 1024px) {
	.co1 {
		height: 350px;
	}
	
	.co4 {
		top: 50%;
		width: 370px;
	}

	.co7 {
		float: right;
	}
}

@media only screen and (min-width: 1250px) {
	.co1 {
		height: 350px;
	}
	
	.co4 {
		top: 50%;
		width: 370px;
	}

	.co7 {
		float: right;
	}
}

@media only screen and (min-width: 1400px) {
	.co1 {
		height: 350px;
	}
	
	.co4 {
		top: 50%;
		width: 370px;
	}

	.co7 {
		float: right;
	}
}


#co0 {
	width: 100%;
	height: 350px;
}

.co2 {
	position: relative;
}

.co3 {
	position: relative;
	z-index: 5;
}

.co4 {
	background-color: #fff;
	position: absolute;
	z-index: 10;
	left: 50%;
	transform: translate(-50%, -50%);
}

#co5 {
	margin: 40px 0;
}

#co6 {
	width: 100%;
	height: 350px;
}