#container {
	width:100%;
}

video {
	width: 100%; /* max-width not working with video */
    height: auto;
}
