/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/


.single-post .post-529 .entry-featured {
    display: none;
}

.p-meta span:nth-child(1) {
	display: none;
}


.video-block-wrap {
    position: relative;
    width: 100%;
    margin: 0 0 0 20px;
}

.video-block{
	float:none !important;
}
      		
.video-block{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}


.video-block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-block.vertical-video{
	padding-bottom: 75%;
}

@media(min-width:768px) and (max-width:979px){
	
	.video-block-wrap.alignright {
		float: right !important;
		width: 100%;
		max-width: 50%;
		margin: 0 0 20px 20px;
	}
	
	.video-block.vertical-video{
		padding-bottom: 177%;
	}

}


@media(min-width:1200px){
	
	.video-block-wrap.alignright {
		float: right !important;
		width: 100%;
		max-width: 50%;
		margin: 0 0 20px 20px;
	}
	
	.video-block.vertical-video{
		padding-bottom: 177%;
	}

}