/*===========================================
 * Common
 *===========================================*/
body,
html {
	/*margin:0;
	padding:0;
	width:100%;
	height:100%;*/
}
body {
	/*width:100%;
	height:100%;
	background:#f1f1f1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;*/
}
#flipbook,
.ipgs-flipbook {
	position:absolute;
	/*top:0;*/
	right:0;
    left:0 !important;
	width:100%;
	height:100%;
    text-align:center;
}
/*===========================================
 * Media
 *===========================================*/
@media only screen and (max-width: 1024px) {
}
