.nap-video-embed { cursor: pointer; margin: 20px 0; }
.nap-video-thumb-wrap { position: relative; overflow: hidden; border-radius: 6px; }
.nap-video-thumb-wrap img.nap-video-thumb { width: 100%; height: auto; display: block; }
.nap-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 68px;
	height: 68px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(0,0,0,0.55);
	pointer-events: none;
}
.nap-play-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 54%;
	transform: translate(-50%, -50%);
	border-style: solid;
	border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent #fff;
}
.nap-source-credit { font-size: 0.85em; color: #666; font-style: italic; }
