body{
	margin:0px;
	padding:0px;
}
.container-fluid{
	width:100%;
}
.container{
	width:100%;
}
/*content*/
.content{
	height:2000px;
	
}
.comp-right{
	width:100%;
	height:auto;
	background-color:;
}
.comp-left{
	width:100%;
	height:300px;
	background-color:;
}
.about-right{
	width:100%;
	height:300px;
	background-color:;
}
.about-left{
	width:100%;
	height:300px;
	background-color:;
}

@media(min-width:280px){
	.content{
	height:2550px;
   }
}
@media(min-width:360px){
	.content{
	height:2100px;
   }
}

@media(min-width:768px){
	.content{
		height:750px;
	}
	.comp-right{
		height:340px;
		overflow:auto;
	}
	.comp-left{
	height:340px;
    }
	.about-right{
		margin-top:1%;
		height:370px;
	}
	.about-left{
		height:370px;
		overflow:auto;
		margin-top:1%;
	}
}


@media(min-width:992px){
	.content{
		height:980px;
	}
	.comp-right{
		height:450px;
		overflow:auto;
	}
	.comp-left{
	height:450px;
    }
	.about-right{
		margin-top:1%;
		height:490px;
	}
	.about-left{
		height:490px;
		overflow:auto;
		margin-top:1%;
	}
}

@media(min-width:1280px){
	.comp-right{
	height:570px;
	overflow:none;
  }
	.comp-left{
	height:570px;
	overflow:none;
  }
  .about-right{
	height:610px;
  }
  .about-left{
	  height:610px;
  }
  .content{
	  height:1200px;
  }
}




























































































