
#stacks_in_4 .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

#stacks_in_4 .video-container iframe,
#stacks_in_4 .video-container object,
#stacks_in_4 .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_5 {
	width: 100%;
	clear: both;
	padding-top: 28px;
	padding-bottom: 28px;
}
#simpleDivider_stacks_in_5 .theDivider1, #simpleDivider_stacks_in_5 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_5 .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #B9B9B9;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_5 .theDivider2 {
	height: 4px;
	background-color: #E0E0E0;
}