/* CSS Document */

@media only screen and (max-device-width: 480px) {
   /* define mobile specific styles come here */
   nav li a {
	   min-width:60px !important;
	}
	
	.detail {
		width: 480px !important;
		heigth : 160px !important;	
	}
	
	.icon {
		width: 90px !important;
		height: 90px !important;
	}
	
	.featured_platform span {
		font-size: 12px;	
	}
	
	.detailService {
		font-size: 14px;	
	}
	
	
 }
 
 @media only screen and (max-device-width: 160px) {
   /* define mobile specific styles come here */
   nav li a {
	   min-width:20px !important;
	   font-size:8px;
	}
	
 }