@font-face {
  font-family: 'Perpetua';
  src:url('fonts/Perpetua.eot?#iefix') format('embedded-opentype'),  url('fonts/Perpetua.woff') format('woff'), url('fonts/Perpetua.ttf')  format('truetype'), url('fonts/Perpetua.svg#Perpetua') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
	margin:0; padding:0;
	background:url(../images/audio-header-bg.gif) repeat-x scroll center top transparent;
}

.audio-wrapper h2{
	color: #003160 !important;
    font-family: Perpetua,Arial;
    font-size: 24px; 
    font-variant: small-caps;
    font-weight: normal;
    line-height: 1.1em;
    margin: 15px 0 0.1em;	
}

.audio-wrapper{
	text-align:center;
	max-width:500px; 
	margin:10px auto;
	padding:15px;	
}

.video-wrapper{
	font-family: 'Perpetua', Arial;
	font-size: 24px;
	color:#003160;
}
.video-wrapper iframe{
	display:block;
	width:100%;
}

.video-wrapper h2{
	margin:0 auto 15px auto !important;
	padding:15px;
}

.video-wrapper{		
	text-align:center;		
	width:100%;		
}

@media (max-width:767px){
	
	.video-wrapper iframe{		
		height:300px;
	}

}

@media (min-width:600px){

	.video-wrapper{		
		width:600px;
		height:390px;
		margin:0 auto;			
	}
	
	.video-wrapper iframe{
		width:600px;
		height:390px;
		display:block;
	}

}