p {
	margin: 0 0 10px;
}


h3 {
	margin: 0 0 15px;
	line-height: 1.3; 
}




.rvideo-container {
    position: relative;
    padding-bottom: 56.25%; /* ratio 16/9 */
    height: 0; overflow: hidden;
    clear: both;
}
.rvideo-container iframe,
.rvideo-container object,
.rvideo-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}