.featuredVideo p {
	width: 45%;
	float: left;
	margin-right: 5%;
	font-size: 18px;
}

.featuredVideo h3 {
	display: inline-block;
	clear: none;
	font-size: 18px;
}


.featuredVideo iframe {
	height: 250px;
}

.featuredVideo:after {
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

.vid {
	position: relative;
	float: left;
	width: 40%;
	min-height: 380px;
	padding: 0px;
	margin-bottom: 4%;
	background: #f2f2f2;
	overflow: hidden;
}
#video-container-page .video_info {
	padding: 20px;
}
#video-container-page .video_info h2 {
	margin-top: 0;
}
#videos-wrapper-mm .vid {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	min-height: unset;
	background-color: transparent;
}
#videos-wrapper-mm .vid iframe {
	min-height: unset;
	height: 162px;
}
#videos-wrapper-mm .button-container {
	display: none;
}


.vid.twos1 {
	margin-left: 4%;
}


.vid h2 {
	max-width: 650px;
	color: black;
	font-size: 18px;
}

.vid iframe {
    width: 100%;
	max-width: 650px;
	min-height: 216px;
}


.vid .descOpener {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: block;
	border-radius: 2px;
	color: white;
	background: #6bbcff;
	padding: .25rem .5rem;
}

.vid .descOpener:before {
	content: "Show Description";
	text-transform: uppercase;
	font-size: 13px;
	cursor: pointer;
}

.vid .descOpener.open:before {
	content: "Hide Description";
}


.vid .description {
	position: absolute;
	z-index: 5;
	bottom: -100%;
	left: 0;
	max-height: 100%;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	overflow: auto;
	transition: bottom .75s ease;
}


.vid .description p {
	font-size: 14px;
	padding: 2rem 1rem 4rem 1rem;
	background: #e0f0ff;
	margin-bottom: 0;
	line-height: 1.5em;
}

.vid .description.open {
	bottom: 0;
}


.button-container {
	margin: 2rem 1rem 1rem 0;
	clear: both;
}

.button-container button {
	display: inline-block;
	cursor: pointer;
	background: #d64747;
	border: none;
	font-size: .9rem;
	text-transform: uppercase;
	color: white;
	padding: .5rem 1rem;
	border-radius: 5px;
}
.button-container button:focus {
	outline: none;
}

.button-container button + button {
	margin-left: 1rem;
}

.button-container .ghosted {
	opacity: .35;
	cursor: default;
}



.playlists {
	list-style-type: none;
	font-size: 16px;
	padding-left: 0;
}

.playlists li {
	margin-left: 0;
	padding-bottom: 1em;
}

.playlists li.playlist_header {
	margin-top: 1em;
	font-weight: 600;
	text-transform: uppercase;
}

.playlists li a {
/*	padding-left: 32px;
	background: url(/2012/bbcms_templates/winter/images/youtube-playlist-icon.png) no-repeat;
*/}

.playlists .expan {
	cursor: pointer;
	color: #0078b5;
	margin: 0;
	display: block;
	font-weight: 500;
}

.playlists ul {
	list-style-type: none;
	margin-left: 1rem;
	display:none;
	padding-left: 0;
}

.playlists .expan:after {
	color: #808080;
	content: "+";
	line-height: 11px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	display: inline-block;
	padding: 1px 1px 0px 1px;
	border: 1px solid #808080;
	margin: 0 7px 0 12px;
	cursor: pointer;
}

.playlists ul.open {
	display: block;
}

.playlists .expan.open:after {
	content: "-";
	padding: 1px 3px;
}

@media(max-width: 800px){
	.vid {
		min-height: 470px;
	}	
}


@media(max-width: 660px) {
	.vid {
		float: none;
		width: auto;
		min-height: 0;
	}
	.vid.twos1 {
		margin-left: 0;
	}
}