@charset "utf-8";
/* CSS | Ao Vivo | Detalhe */

/* Area */
.Vid_Aov_Det_Are_Ger{
	width:720px;
	height:480px;
	margin:0 auto;
}

	/* Area */
	.Vid_Aov_Det_Are_Ger iframe{
		width:720px !important;
		height:480px !important;
	}

			
@media only screen and (max-width:1320px){	
	
	/* Area */
	.Vid_Aov_Det_Are_Ger{
		width:630px !important;
		height:410px !important;
	}
	
		/* Area */
		.Vid_Aov_Det_Are_Ger iframe{
			width:630px !important;
			height:410px !important;
		}			
}

@media only screen and (max-width:767px){
	
	/* Area */
	.Vid_Aov_Det_Are_Ger{
		width:320px !important;
		height:254px !important;
	}
	
		/* Area */
		.Vid_Aov_Det_Are_Ger iframe{
			width:320px !important;
			height:254px !important;
		}
}