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


video {
	position: relative;
	
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
	width: auto;
	height: 100%;
  /* Make video to at least 100% wide and tall */
  	min-width: 100%; 
	max-height: 100%;
  
	object-fit: cover;
  	/* Center the video */
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%,-50%);
	object-position: center center;
}

/* ===================================================================================================================== */


.modulBgVideo{
	position:absolute;
	margin: 0;
	padding: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	overflow: hidden;
}

/* ===================================================================================================================== */


.modulContentBgVideo{
	position:absolute;
	margin: 0;
	padding: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	overflow: hidden;
}



/* ===================================================================================================================== */


.modulContainer{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height:auto;
	padding: 0px;
}

/* ===================================================================================================================== */


.modulContentContainer {
	position: relative;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}


/* ===================================================================================================================== */

.videoBox {
	position: relative;
	max-width: 100%;
	height: auto;
	padding:0;
	overflow: hidden;
}


.videoBox video{
	position: relative;
	margin: 0;
	padding: 0;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
	width: 100%;
	height: 100%;
  /* Make video to at least 100% wide and tall */
  	max-width: 100%; 
	max-height: 100%;
  
  	/* Center the video */
  	top: 2px;
  	left: 0;
	bottom: 0;
  	transform:none;
	outline-style: none;
  	box-shadow: none;
  	text-decoration: none;
	cursor: pointer;
	
	object-fit: cover;
	object-position: center center;
	overflow: hidden;
}
/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */

@media screen and (max-width: 956px) {


/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */
}

@media screen and (max-width: 720px) {
	
/* ===================================================================================================================== */
/* ===================================================================================================================== */
/* ===================================================================================================================== */
	
}