@media screen and (min-device-width: 280px) and (max-device-width: 768px) { 
	.about-detail p{padding:0 0 0 0 !important;}
	.navbar-brand{
		width: 85px;
	}
}


@media screen and (min-device-width: 980px) and (max-device-width: 1280px) { 
 /* #top-fea{top: 30% !important}*/
}
@media screen and (max-width: 979px) {
	#top-fea{display: none;}
}



