.pdf-wrap {
	max-width: 100%;
	background: #f2f2f2;
}

.pdf-frame {
	display: block;
	width: 100%;
	height: 80vh;
	border: 0;
}

@media (max-width:768px) {
	.pdf-frame {
		height: 85vh;
	}
}

.pdf-open-inline {
	margin: 0.5rem 0;
	text-align: center;
}

.pdf-open-btn {
	display: inline-block;
	padding: .6rem 1rem;
	border-radius: .5rem;
	border: 1px solid #ddd;
	background: #fff;
	text-decoration: none;
}