.wrapper {
  align-items: center;
  display: flex;
  height: 79%;
  justify-content: center;
  margin: 5%;
  width: 80%;
}
.aspect {
  padding-bottom: 60%;
  position: relative;
  width: 80%;
  left: 146px;
}
.aspect-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.navbar{
	width: 100%; 
	height: auto; 
	text-align: center; 
	background: #7d7d7d; 
	position: fixed; 
	bottom: 0; 
	left: 0; 
	z-index: 200; 
	overflow: hidden; 
	max-height: 80px;
}

.flipbook-viewport .flipbook{
	width:800px;
	height:600px;
	/*left:-461px;*/
	left:-411px;
	top:200px;
	padding-bottom:30px;
}

.flipbook {
  height: 92%;
  transition: margin-left 0.25s ease-out;
  width: 90%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flipbook .page {
  height: 100%;
  width: 100%;
}
.flipbook .page img {
  max-width: 100%;
  height: 100%;
}

.displaybr{
	display:none;
}

.navdiv{
	text-align: center; 
	width: 700px; 
	margin: 8px auto 15px; 
	overflow: hidden;
}

.navfloat {
	float: right;
}

.mainnav{
	width: 100%; 
	height: auto; 
	text-align: center; 
	background: #7d7d7d; 
	position: fixed; 
	bottom: 0; 
	left: 0; 
	z-index: 200; 
	overflow: hidden; 
	max-height: 80px;
}

@media only screen and (min-width: 320px) and (max-width:766px){
	.wrapper {
  align-items: center;
  display: flex;
  height: 80%;
  justify-content: center;
  margin: -6%;
  width: 95%;
  margin-left: -120px;
}

.displaybr{
	display:block;
}

.navdiv{
	text-align: center; 
	width: 100%; 
	margin: 8px auto 15px; 
	overflow: hidden;
}
	
.navfloat {
	float: none;
}

.inpmargin{
	margin: 10px 0px;
}

.mainnav{
	width: 100%; 
	height: auto; 
	text-align: center; 
	background: #7d7d7d; 
	position: fixed; 
	bottom: 0; 
	left: 0; 
	z-index: 200; 
	overflow: hidden; 
	max-height: 90px;
}

}
@media screen and (max-width: 1024px) and (min-width: 766px){
	.flipbook {
  height: 98%;
  transition: margin-left 0.25s ease-out;
  width: 94%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wrapper {
  align-items: center;
  display: flex;
  height: 80%;
  justify-content: center;
  margin: 5%;
  width: 95%;
  /*margin-left: 123px;*/
}

.aspect {
  padding-bottom: 60%;
  position: relative;
  width: 80%;
  left: -31px;
}


.flipbook-viewport .flipbook{
	width:800px;
	height:600px;
	/*left:-461px;*/
	left:-411px;
	top:200px;
	padding-bottom:30px;
}
	
}

@media screen and (max-width: 1366px) and (min-width: 1024px){
	
	
}

