
*{margin:0;padding:0;}
@keyframes bg1-data-v-c2c41fa4 {
	0% {
		transform: translateY(0);
	}

	to {
		transform: translateY(-78%);
	}
}

@keyframes bg2-data-v-c2c41fa4 {
	0% {
		transform: translateY(0);
	}

	to {
		transform: translateY(-78%);
	}
}

#pmt_top {
	height: 200px;
	/*border-bottom: 1px solid #222223;*/
	position: relative;
	overflow: hidden;
	perspective: 500px;
	transform-style: preserve-3d;
}

@media screen and (max-width:768px) {
	#pmt_top {
		height: 60vh;
	}
}

#pmt_top .bg {
	min-width: 610px;
	height: 200px;
	z-index: 0;
	position: absolute;
	/*left: -22%;
	right: -22%;
	top: -22%;
	bottom: -22%;*/
	transform: rotateX(15deg);
	transform-origin: center;
	vertical-align: middle;
}

@media screen and (max-width:610px) {
	#pmt_top .bg {
		width: 610px;
	}
}

#pmt_top .bg .bg1 {
	height: 200px;
	background: 50% no-repeat;
	background-size: 100% 100%;
	animation: bg1-data-v-c2c41fa4 5s linear infinite;
}

#pmt_top .bg .bg2 {
	height: 200px;
	background: 50% no-repeat;
	background-size: 100% 100%;
	animation: bg2-data-v-c2c41fa4 5s linear infinite;
}

#pmt_top:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	background-size: 105% 105%;
	z-index: 1;
}

#pmt_top:after {
	content: "";
	position: absolute;
	right: 4%;
	top: 38%;
	bottom: 0;
	width: 610px;
	height: 200px;
	/*background: url(../img/background.png) no-repeat 50%;*/
	z-index: 1;
}

@media screen and (max-width:768px) {
	#pmt_top:after {
		width: 375px;
		height: 150px;
		background-size: 100% 100%;
	}
}



#book_top {
	height: 200px;
	/*border-bottom: 1px solid #222223;*/
	position: relative;
	overflow: hidden;
	perspective: 500px;
	transform-style: preserve-3d;
}

@media screen and (max-width:768px) {
	#pmt_top {
		height: 60vh;
	}
}

#book_top .bg {
	min-width: 610px;
	height: 200px;
	z-index: 0;
	position: absolute;
	/*left: -22%;
	right: -22%;
	top: -22%;
	bottom: -22%;*/
	transform: rotateX(12deg);
	transform-origin: center;
	vertical-align: middle;
	
}

@media screen and (max-width:610px) {
	#book_top .bg {
		width: 610px;
	}
}

#book_top .bg .bg1 {
	height: 200px;
	background: 50% no-repeat;
	background-size: 100% 100%;
	animation: bg1-data-v-c2c41fa4 5s linear infinite;
}

#book_top .bg .bg2 {
	height: 200px;
	background: 50% no-repeat;
	background-size: 100% 100%;
	animation: bg2-data-v-c2c41fa4 5s linear infinite;
}

#book_top:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	background-size: 105% 105%;
	z-index: 1;
}

#book_top:after {
	content: "";
	position: absolute;
	right: 4%;
	top: 38%;
	bottom: 0;
	width: 610px;
	height: 200px;
	/*background: url(../img/background.png) no-repeat 50%;*/
	z-index: 1;
}

@media screen and (max-width:768px) {
	#book_top:after {
		width: 375px;
		height: 150px;
		background-size: 100% 100%;
	}
}
