/* CSS Document -- ADDED for YouTube Video Setup*/
/* DRS - created after reading about problems with YouTube iFrame embedding*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;    /* for 16:9 ratio set it to 56.25% (9 divided by 16) ... for 4:3 ratio set it to 75% (3 divided by 4) */
    padding-top: 30px;
	margin-left: 2%;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.iframe-content {
    height: 4555px;
    width: 980px;
    overflow: none;
}