/*
* @author: William Khoe
*/

.featured-video .content
{
	margin:15px 0 30px 0;
	border-bottom:3px solid #EEE;
}
.featured-video h2
{
	font-size:24px;
}
.featured-video .video-container
{
	margin:0 0 30px 0;
}
.featured-video .video-container iframe.youtube-video
{
	width:400px; height:225px;
}

/* Regular Desktop */

@media only screen and (min-width:1024px)
{

}

/* Tablet Portrait */

@media only screen and (min-width:768px) and (max-width:1023px)
{

}

/* Mobile Portrait & Landscape */

@media only screen and (max-width:767px)
{
	.featured-video.collapsible h2
	{
		margin-top:-1px; margin-bottom:0;
	}
	.featured-video .video-container iframe.youtube-video
	{
		width:100%;
	}
}
