@media screen and (max-width: 990px) 
	{
#smartphone-section
	{
	display:none;
	}
	
	}
	
@media screen and (min-width :992px)
	{
#smartphone-section
	{
	display:none;
	}

	}
