@charset "UTF-8";
/* CSS Document */

video{width: 854px; height: 480px; margin: 0 auto 100px auto; display: block;}

@media only screen 
and (min-width : 750px)
and (max-width : 999px) {
		video{width: 640px; height: 360px;}
}
@media only screen 
and (max-width : 749px){
		video{width: 341px; height: 192px;}
}