html {
	position: relative;
	min-height: 100%;
}
body,html,div,p,br {
    border:0;margin:0;padding:0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;    
}
body {
	background:black;
	
	height:100%;
}

video {
	width: 100%;
    height: 100%;
}

.video_container {
  
    
}
.main_video {
    
    width:100%;
    height:100%;
    overflow:hidden;
   
  
   
}

.row {
	flex-direction: row;
}
.container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    
}