/** Audio Box **/

.instruction-a {
	width:340px;
	height:250px;
}
.instruction-b {
	top:60px;
	width:410px;
	height:220px;
}
.instruction-c {
	top:110px;
	width:280px;
	height:150px;
}
.instruction-d {
	top:160px;
	width:240px;
	height:80px;
}
.instruction-e {
	top:170px;
	width:340px;
	height:100px;
}
.instruction-right {
	position:absolute;
	text-align:right;
	right:0;
}
.instruction-left {
	position:absolute;
	text-align:left;
	left:0;
}
.instruction-top-line {
	border-top:1px solid grey;
}
.instruction-right-line {
	border-right:1px solid grey;
}
.instruction-left-line {
	border-left:1px solid grey;
}

.audio-product{
	background-image:url('http://www.suntechgroup.com/new_website/Develop/image/audiobox2.png')!important;
	background:no-repeat top center;
	margin:0px auto;
	width:625px;
	height:500px;
	position:relative;
	vertical-align:baseline;
	font-size:15px;
	background-size: 100% auto;
}
/*575*/
@media only screen and (max-width:768px) {
	.test {
		position: relative;
		min-height: 1px;
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.audio-product{
		background-image:url('http://www.suntechgroup.com/new_website/Develop/image/audiobox_mobile_3.png')!important;
		background:no-repeat top center;
		margin:0px auto;
		position:relative;
		vertical-align:baseline;
		width:auto;
		/*height:auto;*/
		font-size:15px;
		/*background-size: 100% auto;*/
		background-size: auto;
	}
	
	.instruction-a {
		/*width:340px;
		height:250px;*/
		margin-top: -185px;
		width: 268px;
		height: 147px;
		right: 0px;
		margin-left: 179px;
	}
	.instruction-b {
		/*top:60px;
		width:410px;
		height:220px;*/
		top: 250px;
		width: 220px;
		height: 0px;
		margin-right: 230px;
	}
	.instruction-c {
		/*margin-top:-300px;
		width:280px;
		height:150px;
		right: 0;*/
		margin-top: -150px;
		width: 297px;
		height: 190px;
		right: 0px;
		margin-left: 150px;
	}
	.instruction-d {
		/*top:160px;
		width:240px;
		height:80px;*/
		margin-top: -250px;
		width: 325px;
		height: 235px;
		right: 0px;
		margin-left: 122px;
	}
	.instruction-e {
		/*top:170px;
		width:340px;
		height:100px;*/
		top: 300px;
		width: 275px;
		height: 0px;
		margin-right: 175px;
	}
	.instruction-right {
		position:absolute;
		text-align:left;
		right:0;
	}
	.instruction-left {
		position:absolute;
		text-align:right;
		left:0;
	}
	.instruction-top-line {
		border-top:1px solid grey;
		/*border-top:0px solid grey;*/
	}
	.instruction-right-line {
		border-right:1px solid grey;
		/*border-left:0px solid grey;
		border-right:0px solid grey;*/
		max-width:100%
	}
	.instruction-left-line {
		border-left:1px solid grey;
		/*border-left:0px solid grey;
		border-right:0px solid grey;*/
	}
	
	.instruction-x {
		/*top:170px;
		width:340px;
		height:100px;*/
		margin-top: -12px;
		width: 224px;
		height: 68px;
		border-right: 1px solid grey;
	}
	.instruction-y {
		/*top:170px;
		width:340px;
		height:100px;*/
		margin-top: -63px;
		width: 278px;
		height: 113px;
		border-right: 1px solid grey;
	}
	
	.container > .row > .col-sm-8 {
		margin-top: 70px;
	}
	

	.view-section {
		clear: both;
		width: 100%;
		min-height: 100px;
		position: static;
		vertical-align: baseline;
		margin-top: 0px;
	}
}

@media only screen and (max-width: 575px){
	.audio-product {
		background-image: url(http://www.suntechgroup.com/new_website/Develop/image/audiobox_mobile_3.png)!important;
		background: no-repeat top center;
		margin: 0px auto;
		position: relative;
		vertical-align: baseline;
		width: auto;
		/* height: auto; */
		font-size: 15px;
		background-size: 100% auto;
	}
}


@media only screen and (max-width: 425px){
	.audio-product {

		height: 325px;

	}
}
/*@media only screen and (min-width:769px) {
	.instruction-left-line {
		flex: 0 0 25%;
		max-width:100%
	}
}*/	
.instruction-left-line {
		flex: 0 0 25%;
		max-width:100%
	}