/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

iframe, object, embed{max-width: 100%;}

.video-container {
position: relative;
padding-bottom: 56.25%;
margin: 10px 0 20px 0;    
height: 0;
/*	overflow: hidden; */
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
