.masthead {
    border-bottom: 10px solid #346d7e;
}

.single-video {
	position: relative;
	display: block;
	width: 75%;
	margin-left: 5%;
	padding-top: 0%; /*was 12%*/
	margin-bottom: 5%;
}
.single-video .single-video-display {
	display: block;
	position: relative;
	margin: 0 auto;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
@media only screen and (min-width:1300px){
	.single-video{
		width: 65%;
		padding-top: 0%; /*was 8%*/
		margin: 0 auto;
		margin-bottom: 5%;
	}
}
@media only screen and (max-width:1000px){
	.single-video {
		padding-top: 0%; /*was 10%*/
		
	}
}
@media only screen and (max-width:860px){
	.single-video {
		margin: 0 auto;
		padding-top: 100px; /*keep this in px not % or padding will shrink with screen and absolute positioned video will go up under the menu bar*/
	}
}
.single-video .single-video-display iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-video h3 {
	font-size: 160%;
	color: #606060;
	font-weight: bold;
	margin-top: 3%;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
}
@media only screen and (max-width:860px){
	.single-video h3 {
		font-size:120%;
		padding-bottom: 12%;
	}
}

@media only screen and (max-width:500px){
	.single-video {
		width: 90%;
		padding-top: ;
	}
	.single-video h3 {
		font-size:100%;
}
}	


