/* CSS below */

.video-wrapper,
.single-sfwd-topic .wp-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	min-width: 100%;
}
.video-wrapper iframe,
.single-sfwd-topic .wp-video .mejs-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.page-welcome .entry-title,
.page-templates .entry-title,
.page-templates-child .entry-title,
.page-social-media-images .entry-title,
.page-social-media-images-child .entry-title,
.page-faq .entry-title,
.header-account-login .pop #dashboard-links,
#wp-admin-bar-my-account-xprofile,
body #search-open {
	display: none;
}