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

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

body {
  font-size: 16px;
  font-family: "Oxygen", sans-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;
		
	}
	
}



/* Class added by LI-MA in May 2023 in acordance with the Museum Boijmans van Beuningen and the artist  */
.audio-icon {	
	display: none;
	cursor: pointer;
	position: absolute;
	margin: 10px;
	z-index: 99;
}
/* end of code modifications by LI-MA */ 



