.full_width_block_inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

@media (max-width: 1199px) {
	.full_width_block_inner {
		width: 100%;
	}
	
	.full_width_block_inner>div {
		width: 100%;
		display: block;
		margin-left: 0;
	}
}

/***************************************************************************************************/

@media (min-width: 800px) {
	#new_album #album_header {
		margin-bottom: 30px;
		float: right;
		display: inline-block;
		
		width: 79%;
	}
	
	#new_album img {
		width: 20%;
		display: inline-block;
		float: left;
		margin-right: 1%;
	}
	
	#new_album #album_body {
		display: inline;
		vertical-align: top;
	}
}

@media (max-width: 799px) and (min-width: 400px) {
	#new_album #album_header {
		display: block;
	}
	
	#new_album img {
		display: inline-block;
		width: 50%;
		float: left;
		margin-right: 10px;
	}
	
	#new_album #album_body {
		display: inline;
		vertical-align: top;
	}
}

@media (max-width: 399px) {
	#new_album #album_header {
		display: block;
	}
	
	#new_album img {
		display: block;
		width: 100%;
	}
	
	#new_album #album_body {
		display: block;
		text-align: justify;
	}
}

/***************************************************************************************************/

#latest_panel .header {
	display: block;
	font-size: 20px;
}

#latest_panel p {
	display: inline-block;
	text-align: justify;
}

#latest_panel .read-more {
	float: right;
}

#latest_panel h1 {
	margin-bottom: 10px;
}

#latest_panel h2 {
	font-size: 1.5em;
	font-style: italic;
}

@media (min-width: 1200px) {
	#latest_panel .content {
		height: 449px;
		overflow: hidden;
		position: relative;
	}

	#latest_panel .content:not(.no_overflow):before {
		content:'';
		width:100%;
		height:100%;    
		position:absolute;
		left:0;
		bottom:0;
		background:linear-gradient(transparent 90%, white);
	}
}

/***************************************************************************************************/

#latest_blog h2 {
	margin-bottom: 0;
}

#latest_blog time {
	font-size: 11px;
}

/***************************************************************************************************/

#latest_verse_picture .header {
	margin-bottom: 10px;
	display: block;
}

#latest_verse_picture #verse_picture_wrapper {
	width: 100%;
}

@media (max-width: 1199px) and (orientation: portrait) {
	#latest_verse_picture img {
		display: block;
		margin: 0 auto;
		width: 75vw;
	}
}

@media (max-width: 1199px) and (orientation: landscape) {
	#latest_verse_picture img {
		display: block;
		margin: 0 auto;
		height: 75vh;
	}
}

/***************************************************************************************************/

#latest_album .header {
	margin-bottom: 10px;
	display: block;
}

#latest_album #album_wrapper {
	width: 100%;
}

@media (max-width: 1199px) and (orientation: portrait) {
	#latest_album img {
		display: block;
		margin: 0 auto;
		width: 75vw;
	}
}

@media (max-width: 1199px) and (orientation: landscape) {
	#latest_album img {
		display: block;
		margin: 0 auto;
		height: 75vh;
	}
}

/***************************************************************************************************/

#no_video {
	font-size: 30px;
	text-align: center;
	display: block;
	margin-top: 100px;
}

/***************************************************************************************************/

.iframe_wrapper {
	position: relative;
	padding-top: 56.25%;
}

.iframe_wrapper iframe {
	width: 100%;
	height: 100%;
	
	position: absolute;
	top: 0;
	left: 0;
}

/***************************************************************************************************/

#home_russ_image {
	width: 250px;
}

/***************************************************************************************************/

.read-more-wrapper {
	display: block;
	text-align: right;
	margin-top: 10px;
}