@CHARSET "ISO-8859-1";

.modal p{
	font: 12px Verdana;
	color: #767676;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}


@media screen (orientation:landscape) and (max-width:1024px){
	#trailerModal .modal-dialog{
		width: 130vh;		
		margin-top: 0 !important;			
	}
}

.modal-dialog{
	border: 5px solid #4c4c4c;
	margin: auto;
	margin-top: 5vh !important;
}

.modal-footer{	
	height: 40px;
	border-top: 1px solid #FFA700;
}

.modal-close{	
	cursor: pointer;
	position:absolute; 
	bottom:10px; 
	right:20px; 	  	 
	width:25px; 
	height:25px; 
	text-indent:-9999px;
	transition:none;
	background-image: url('/wp-content/themes/Impreza/images/controls_close.png');
}

.modal-body{
	 max-height: 80vh;
	 overflow: auto;
	 overflow-x: hidden;
}

#trailerModal .modal-body{
  overflow: hidden;
}

iframe{
    max-width: none;
}