
/*IPHONE*/
@media (min-width:480px)
{
	
}
 /*IPAD*/
@media (min-width:767px)
{
}
/*DESKTOP*/
@media (min-width:1024px)
{
} 