Media-Queries

/* b/w 577px to 720px screens */
@media only screen and (min-width: 577px) and (max-width: 720px) {
	h1 {
		font-size: 1.0rem;
	}
}
shahul