@media screen {
#move-me h1{
	background-color:red;
	display:inline-block;
}

#box{
	width:100px;
	height:100px;
}


} /* end media screen */






/* start resposnive */
@media only screen 
and (max-width : 846px) {


} /* end 846px */


