
#ledpanel{
	background:rgba(0, 0, 0, 0.07); 
	z-index:9999; 
	left:100px; 
	top:150px; 
	bottom: 0; 
	color: #000; 
	width:400px;
	height: 150px; 
	position: absolute; 
	text-align: center;
	border-radius: 3%;
	}
@media only screen and (min-width: 1000px) and (max-width: 1169px){
#ledpanel{
	background:rgba(0, 0, 0, 0.07); 
	z-index:9999; 
	left:100px; 
	top:110px; 
	bottom: 0; 
	color: #000; 
	width:350px;
	height: 130px; 
	position: absolute; 
	text-align: center;
	border-radius: 3%;
	}

}

@media only screen and (min-width: 768px) and (max-width: 999px){

#ledpanel{
	background:rgba(0, 0, 0, 0.07); 
	z-index:9999; 
	left:80px; 
	top:70px; 
	bottom: 0; 
	color: #000; 
	width:300px;
	height: 125px; 
	position: absolute; 
	text-align: center;
	border-radius: 3%;
	}
}


@media only screen and (min-width: 480px) and (max-width: 767px){
#ledpanel{
	background:rgba(0, 0, 0, 0.07); 
	z-index:9999; 
	left:50px; 
	top:50px; 
	bottom: 0; 
	color: #000; 
	width:200px;
	height: 80px; 
	position: absolute; 
	text-align: center;
	border-radius: 3%;
	}
}


@media only screen and (max-width: 479px){
#ledpanel{
	background:rgba(0, 0, 0, 0.07); 
	z-index:9999; 
	left:0px; 
	top:135px; 
	bottom: 0; 
	color: #000; 
	width:100%;
	height: 50px; 
	position: absolute; 
	text-align: center;
	border-radius: 3%;
	}
.featured_section63 {
    float: left;
    width: 100%;
    padding: 90px 0px 40px 0px;
    background: #f3f3f3;
}
}