@charset "UTF-8";
/* CSS Document */
body {
	width: 100%;
	margin:0;
	padding:0;
	background-color: #ccc;
}
.videoContainer 
{
    position:absolute;
    height:100%;
    width:100%;
    overflow: hidden;
}

.videoContainer video 
{
    min-width: 100%;
    min-height: 100%;
}
video 
{
    width: 100%;
    height: auto;
    max-height: 100%;
}
