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


body{
margin:0;
padding:0;	
}

#major {
    height: 100%;
	max-height:600px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

video{
    min-height: 100% !important;
    min-width: 100% !important;
  position: absolute !important;
  top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
	
}

#video-cont{
	/*width:100%;
	height:500px;
	overflow:hidden;*/
	
	position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}
