 
#flipbook,
.ipgs-flipbook {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%; 
}
.ipgs{width:100%;height:500px!important;}

.ipgs-theme-default .ipgs-stage {
	background-color: #f7f7f7!important;
	-webkit-box-shadow: inherit!important;
	box-shadow: inherit!important;
}
.ipgs-theme-default .ipgs-book-loading {
 	background:#f7f7f7!important;
	
}
/*
.ipgs.ipgs-ready .ipgs-book-transform { 
	border: 1px solid;
}

ipgs-theme-default .ipgs-book-loading::before{display:none}*/
/*===========================================
 * Media
 *===========================================*/

@media only screen and (min-width:320px) and (max-width:767px) {
 
.ipgs{width:100%;height:400px!important;}
}
