

#dvShadow {
	position:fixed;
	z-index:98;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.96);
	display: none;
}

#imgHide {
	position:fixed;
	right:16.6vw;
	top:13vh;
	z-index:101;
	cursor:pointer;
	display: none;

	height:3vh;
}

#dvIfr {
	display: none;
	position:fixed;
	z-index:100;
	width:60vw;
	height:33.65vw;
	top:13vh;
	left:20vw;
	padding:0;
	margin:0;
	text-align: center;
	overflow: hidden;

}
#ifrScreen {
	width:60vw;
	height:33.65vw;
	margin:auto;
	border: 0;
	overflow: hidden;
}

#btnRequestLive{
	display: none;
	position: fixed;
	top: 95vh;
	left:43vw;
	width:12vw;
	color:#ffffff;
	font-size: 2.4vh;
	line-height: 5vh;
	padding: 0.5vh 0.5vw;
	cursor:pointer;
	z-index:199;
	text-align: center;
	font-family: Montserrat-Medium;
}

#btnRequestLive img{
    width:100%;
    height:auto;
}


@media (max-aspect-ratio: 1344/1000) {
	

	#btnRequestLive{
		font-size: 1.6vh;
		line-height: 3vh;
		left:40vw;
		width:18vw;	
	}
	
}

@media (max-aspect-ratio: 1175/1000) {

		
	#dvIfr {
		width:100vw;
		height:56vw;
		top:13vh;
		left:0vw;
	}
		
	#ifrScreen {
		width:100vw;
		height:56vw;

	}
		
	#imgHide {
		right:2vw;
		top:5vh;
		height:5vh;
	}
	
	
	
}


@media (max-aspect-ratio: 1/1) {

	#btnRequestLive {
		font-size: 1.6vh;
		line-height: 3vh;
		left:40vw;
		width:18vw;	
	}
	
	
	
	#dvIfr {
		top:25vh;
	}	

		
	#imgHide {
		right:2vw;
		top:20vh;
		height:3.5vh;
	}
	

	
}
@media (max-aspect-ratio: 63/100) {

	#btnRequestLive{
		font-size: 1vh;
		line-height: 1.4vh;
		left:40vw;
		width:20vw;	
	}
	
	
	#btnRequestTop{
		top: 0;
		right:0;
		width:26vw;
		font-size: 1.2vh;
		line-height: 3.5vh;
		padding: 0.5vh 0.5vw;
	}		
	
	

	#dvIfr {
		width:100vw;
		height:56vw;
		top:25vh;
		left:0vw;
	}
		
	#ifrScreen {
		width:100vw;
		height:56vw;		
		margin:0;
	}	
}


@media screen and (orientation:landscape) and (max-height: 420px) and (min-width: 500px) { 

	#imgHide {
		right:2.2vw;
		top:4.6vh;
		height:4vh;
	}

	#dvIfr {
		padding:0;		
		width:97vw;
		height:100vh;
		top:0;
		left:0;	
	}
	
	#ifrScreen {
		width:177.778vh;
		height:100vh;
		/*
		top:0;
		left:0;
		*/
		border:0px solid red;
		margin:auto;
	}
	
	#btnRequestLive{ 
		display: none;
	}
}

@media screen and (orientation:landscape) and (max-height: 600px) and (max-width: 600px) { 
	#imgHide {
		display: none;
	}

	#dvIfr {
		width:100vw;
		height:100vh;
		top:0;
		left:0;	
	}
	
	#ifrScreen {
		width:177.778vh;
		height:100vh;
		margin:auto;
	}
	
	#btnRequestLive{ 
		display: none;
	}	

}

@media screen  and (max-height: 600px) and (max-width: 600px) { 
	#imgHide {
		display: none !important;
	}

	#dvIfr {
		width:100vw !important;
		height:56vw !important;
		top:0 !important;
		left:0 !important;
	}
	
	#ifrScreen {
		width:100vw !important;
		height:56vw !important;
		/*
		top:0 !important;
		left:0 !important;
		*/
		margin:auto !important;
	}
	
	#btnRequestLive{ 
		display: none;
	}	

}

@media screen and (orientation:landscape)  and (max-height: 200px) and (min-width: 600px) { 
	#imgHide {
		display: none !important;
	}

	#dvIfr {
		width:100vw !important;
		height:56vw !important;
		top:0 !important;
		left:0 !important;
	}
	
	#ifrScreen {
		width:100vw !important;
		height:56vw !important;
		/*
		top:0 !important;
		left:0 !important;
		*/
		margin:auto !important;
	}
	
	#btnRequestLive{ 
		display: none;
	}	
	

}