/*
Theme Name: The7 Child
Author: Francis Kennedy Rodrick
Author URI: http://trickycode.net
Template: dt-the7
*/

#main {
    padding: 0px 0 0px 0;
    margin-bottom: 30px;
}

.wf-container-main {margin-top: 50px;}
.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}