/* Enter Your Custom CSS Here */  
h5 {   	 
  	font-size:1.5em;
    border-bottom:2px solid #ccc;  
  	margin:0;
  	padding: 4px;  
  	line-height:100%; 
} 

h6 {
	font-size:1.25em;
 	border-bottom: 1px solid #ccc;  
    padding: 3px 1em;
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}