/* =======================================
	Reset
======================================= */


.wrapper_flipbook {
  align-items: center;
  display: flex;
  height: 90%;
  justify-content: center;
  margin: 5%;
  width: 90%;
}

.aspect {
    padding-bottom: 67.5%;
    position: relative;
    width: 100%;
}

.aspect-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.flipbook {
  height: 100%;
  transition: margin-left 0.25s ease-out;
  width: 100%;
  -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%;
}

.aspect .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow:0 0 10px rgba(25,0,0,0.6);
	-moz-box-shadow:0 0 10px rgba(25,0,0,0.6);
	-o-box-shadow:0 0 10px rgba(25,0,0,0.6);
	-ms-box-shadow:0 0 10px rgba(25,0,0,0.6);
	box-shadow:0 0 10px rgba(25,0,0,0.6);
}






/* =======================================
	Responsive
======================================= */
@media screen and (min-width: 640px) {

    
}


@media screen and (min-width: 1024px) {
.aspect .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow:0 0 20px rgba(25,0,0,0.6);
	-moz-box-shadow:0 0 20px rgba(25,0,0,0.6);
	-o-box-shadow:0 0 20px rgba(25,0,0,0.6);
	-ms-box-shadow:0 0 20px rgba(25,0,0,0.6);
	box-shadow:0 0 20px rgba(25,0,0,0.6);
}

}


@media screen and (min-width: 1400px) {

}

    
    
    