@media only screen and (max-width: 767px)
{

}

/* iPad */
@media only screen and (max-width: 1279px) and (min-width: 768px)
{
	body, html
	{
		width: 1024px;
		overflow-x: hidden;
	}

	#book
	{
		width: 317px;
		overflow: hidden;
	}
}