/*!
Styles for full screen background video demo
*/
/* =============================================================================
  RESETS
============================================================================= */
html,
body,
div,
h1,
p,
a,
video {
  margin: 0;
  padding: 0;
}



/* =============================================================================
  CONTENT
============================================================================= */

.content {
z-index: 2;
position: relative;
margin: 10px;
}

.content h1 {
  padding: 0;
  text-align: right;
  margin: 35px 152px auto;
}

.content h2 {
  padding: 0;
  text-align: right;
  margin: 10px 60px auto;
  color: #037d78;
}

.footer {
  z-index: 2;
  position: absolute;
  margin: 10px;
  bottom: 20px;
  right: 30px;
  font-weight: bold;
  font-size: 18;
}

.footer a {
text-decoration: none;
color:white;
}

/* =============================================================================
  HTML, BODY
============================================================================= */
html,
body {
  height: 100%;
}

body {
  color: white;
  font-size: 13px;
  font-family: Arial;
/*Georgia, Palatino, serif;*/

  line-height: 1.5;
}


/* =============================================================================
  VIDEO
============================================================================= */


body {
background: #000;
padding:0;
margin:0;
}
.video-responsive {
	display:block!Important;;
	
	position: fixed;
	top: 50%;
	left: 50%;
	right:50%;
	z-index: 1;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.video{
	display:block!Important;;
	box-sizing: border-box;
	position: absolute;
  	top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}



.canvas{
	position: absolute;
	left:50%;
	top: 50%;
	min-width:100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%);
	background: #000;
	z-index: -1;
	box-sizing: border-box;
}

@media screen and (max-device-width: 480px) {
	.video-responsive{
		_max-height:37.5%;
		_min-height:1px;
		_height:37.5%;
		_min-width:1px;
	}
	
	.video, .canvas{	
		max-width:100%;
		min-width:1px;
		width:100%;
		max-height:100%;
		min-height:37.5%;
		height:auto;
	}


}

@media screen and (max-height: 480px) {
	.video-responsive{
		_display:block!Important;;
		min-height:1px;
		max-height:100%;
		height:100%;
		min-width:1px;
	}
	.video, .canvas{
		_display:block!Important;;
		max-height:100%;
		min-height:1px;
		height:100%;
		max-width:100%;
		width:auto;
		
	}
	
}

.audio-icon {	
	display: none;
	cursor: pointer;
	position: absolute;
	margin: 10px;
	z-index: 99;
}




