@charset "utf-8";
/* CSS Document */

body {
	background-color: #F5F5F5;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.video {
    width: 100%; 
	max-height: 720px;  
}
.videoBackup {
    width: 100%;
    height: auto;
    max-height: 720px;    
}
