#container {
	width:100%;
}

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