/* rules for phones */
@media only screen and (max-width:720px)
{
	img {display: none;}
}
/* CSS rules for tablets */
@media only screen and (min-width:721px) and (max-width:960px)
{
			
}
/* CSS rules for desktops */
@media only screen and (min-width:961px)
{
			
}