/* WP Bunny - Video embed */
.wp-bunny-video-wrap {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 1.5em;
}

.wp-bunny-video-aspect {
	position: relative;
	padding-top: 56.25%; /* 16:9 */
	width: 100%;
	height: 0;
	overflow: hidden;
	background: #000;
	border-radius: 4px;
}

.wp-bunny-video-iframe {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	border: none !important;
	max-width: none !important;
	max-height: none !important;
}

/* Lesson title - tone it down */
.single-sfwd-lessons .entry-title,
.single-sfwd-lessons .learndash-wrapper .ld-lesson-title,
.single-sfwd-lessons h1.entry-title {
	font-size: 1.6em;
	line-height: 1.3;
	margin-bottom: 0.8em;
}
