/*
 * Client-controlled CSS file
 *
 * Please note that this is the last file loaded on all pages on the site.
 * If styles added on this stylesheet share the same name with a previously
 * loaded stylesheet, this styhlesheet is dominant.
 *
 * If you contact our help desk to fix any problem created by this stylesheet,
 * efforts to diagnose and fix the error are 100% billable without a request
 * for purchase approval
 *
 * IMPORTANT:  Don't rename the css file.  It must share the name of the domain
 * for it to be loaded properly.
 */

.page-blog-post .article-author-image {display:none;}

.video-embed-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}