@media only screen and (min-width: 320px) 
and (max-width: 480px){
	#block-book-block-wf{
	display: block;
}
}