@media only screen and (min-width:481px) and (max-width:1024px) {
body{
	background-color: red;	
	font-size: 18px;
	text-align: center;
	padding: 10px;
}
p:after {
    content: " is between 481 and 1024.";
}

}