@media (max-width: 1200px) {

	.animated_books_box .animated_books{
		width: 100%
	}
	.app_name{
		font-size: 30px;
	}
	.animated_books_box .download{
		width: 100%;
	}
}
@media (max-width: 997px) {

	.app_name{
		font-size: 20px;
	}
	.animated_books_box{
		padding-left: 30px;
		font-size: 13px;
	}
	.animated_books_box .animated_books{
		left: -12px;
		width: 60%;
	}
	.ipad_box img{
		right: 29px;
  		width: 120%;
	}
	.animated_books_box .download{
		width: 60%;
	}
}

@media (max-width: 767px) {
	
	.app_name{
		font-size: 58px;
		margin-top: 0;
	}
	.iphone_box{
		display: none;
	}
	.animated_books_box .animated_books{
		width: 100%;
	}
	.ipad_box img{
		right: 0;
		width: 120%;
		left: -10%;
	}
	.animated_books_box .download_a{
		display: block;
		text-align: center;
		margin-top: 50px;
		margin-bottom: 40px;
	}
	.animated_books_box .download{
		max-height: 60px;
		width: auto;
	}
	.animated_books_box{
		padding: 0px;
		font-size: 17px;
	}
	.footer a{
		margin-top: 0;
	}
	.footer {
		text-align: center;
	}
	.footer.top{
		display: none;
	}
	.footer.bottom{
		display: block;
	}
	
}
@media (max-width: 500px) {
	
	.app_name{
		font-size: 38px;
	}
	.iphone_box{
		display: none;
	}
	.animated_books_box .animated_books{
		width: 100%;
	}
	.ipad_box img{
		right: 0;
		width: 120%;
		left: -10%;
	}
	.animated_books_box .download_a{
		display: block;
		text-align: center;
		margin-top: 50px;
		margin-bottom: 40px;
	}
	.animated_books_box .download{
		max-height: 60px;
		width: auto;
	}
	.animated_books_box{
		padding: 0px;
		font-size: 17px;
	}
	.footer {
		text-align: center;
		font-size: 13px;
	}
	.footer a{
		margin-top: 0;
		margin: 0 5px;
	}
	
	
}
	
