.video_headline_wrapper{
	margin-bottom: 40px;
}
.post_media_wrapper{
	margin-bottom: 40px;
}
.video_post_side{
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.podcast_link{
	max-height: 45px;
	margin: auto;
	display: inline-block;
	vertical-align: middle;
}

.video_headline_wrapper .title{
	font-family: 'typographicaregular', sans-serif;
}
.video_iframe{
	width: 500px; 
	height: 280px; 
	border-radius: 10px; 
	display: block; 
	margin: auto;
}
.custom_blubrry_embed{
	width: 500px; 
	border-radius: 10px; 
	display: block; 
	margin: auto;
}
.narrowish{
	margin-top: 80px;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {
	.container_content5{
		padding: 0;
	}
	.container_side6_1,
	.container_side6_2{
		width: 100%;
      margin: 0;
	}
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {
	.podcast_link{
		max-height: 30px;
	}
	.video_iframe{
		width: 300px; 
		height: 168px; 
	}
	.custom_blubrry_embed{
		width: 300px; 
	}
	.narrowish{
		width: 100%;
		margin-top: 0;
	}
}
@media screen and (max-width: 479px) {}
@media screen and (max-width: 413px) {}
@media screen and (max-width: 330px) {}