
.pdfp_wrapper {
	margin: 0 auto;
}

.pdfp_wrapper iframe {
	max-width: 100%;
	width: 100%;
}

.iframe_wrapper .close {
	position: absolute;
	top: 0px;
	right: 8px;
	padding: 3px;
	background: #fff;
	color: #222;
	font-size: 36px;
	cursor: pointer;
	font-family: sans-serif;
	border: 1px solid #ddd;
	display: none;
	z-index: 9999;
}

.iframe_wrapper.fullscreen iframe, .iframe_wrapper:fullscreen iframe {
	height: 100% !important;
	width: 100% !important;
}

.iframe_wrapper.fullscreen .close, .iframe_wrapper:fullscreen .close {
	display: block;
}

@media screen and (max-width: 768px) {
	.pdfp_wrapper iframe {
		height: calc(100vw + 120px);
	}
}

@media screen and (max-width: 576px) {
	.iframe_wrapper {
		width: 100% !important;
	}
	
	.iframe_wrapper .close {
		right: 0px;
	}
}
