.trailer_scheda {
	position: relative;
	width: 100%;
	height: 486px;
	background: rgba(33,33,33,0.5);
	text-align: center;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.trailer_scheda { height: 200px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.trailer_scheda { height: 300px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.trailer_scheda { height: 380px; }
}

	.trailer_scheda img {
		width: 100%;
		height: 486px;
		object-fit: cover;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.trailer_scheda img { height: 200px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.trailer_scheda img { height: 300px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.trailer_scheda img { height: 380px; }
	}

	.trailer_scheda .fas {
		position: absolute;
		top: 213px;
		left: 50%;
		width: 60px;
		height: 60px;
		border: 3px solid rgba(255,255,255,0.7);
		border-radius: 50%;
		text-align: center;
		line-height: 60px;
		color: rgba(255,255,255,0.7);
		margin-left: -30px;
		cursor: pointer;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.trailer_scheda .fas { top: 70px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.trailer_scheda .fas { top: 120px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.trailer_scheda .fas { top: 160px; }
	}

	.trailer_scheda .fas:hover {
		border: 3px solid rgba(255,255,255,1);
		color: rgba(255,255,255,1);
	}
	
#scheda {
	height: auto !important;
	height: 405px;
	min-height: 405px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	#scheda { height: auto; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#scheda { height: auto; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#scheda { }
}

	#boxLocandina {
		position: absolute;
		top: -30px;
		left: 30px;
		width: 300px;
		height: 435px;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
		-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
		-o-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		#boxLocandina { position: relative; top: -30px; left: 0px; width: 204px; height: 295px; margin: 0 auto; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		#boxLocandina { position: relative; top: -30px; left: 0px; margin: 0 auto; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		#boxLocandina { }
	}

	#boxLocandina img {
		width: 300px;
		height: 435px;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		#boxLocandina img { width: 204px; height: 295px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		#boxLocandina img { }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		#boxLocandina img { }
	}
	
	#titolo, #titolo_orig, #dati, #web, #trama, #preno {
		position: relative;
		top: 0;
		left: 360px;
		width: 780px;
	}
	
	#titolo {
		padding: 60px 0 30px 0;
		color: #212121;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		#titolo, #titolo_orig, #dati, #web, #trama, #preno { left: 0; width: 300px; }
		#titolo { padding: 30px 0; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		#titolo, #titolo_orig, #dati, #web, #trama, #preno { left: 0; width: 460px; }
		#titolo { padding: 30px 0; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		#titolo, #titolo_orig, #dati, #web, #trama, #preno { width: 348px; }
		#titolo { }
	}
	
	#web {
		margin-top: 30px;
	}
	
		.website {
			display: inline-block;
			padding: 0 20px;
		}
		
			.website .fas {
				margin-right: 5px;
			}
	
	#trama {
		padding: 30px 0 60px 0;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		#trama { padding: 30px 0; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		#trama { padding: 30px 0; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		#trama { }
	}
	
	#preno {
		position: relative;
		padding-top: 60px;
		color: #212121;
		border-top: 1px solid rgba(33,33,33,0.3);
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		#preno { padding-top: 30px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		#preno { padding-top: 30px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		#preno { }
	}
	
		#preno .title {
			font-weight: 700;
			font-family: 'Dosis', sans-serif;
			font-size: 23px;
			text-transform: uppercase;
			color: #0b5589;
			padding-bottom: 30px;
		}
		
			#preno select {
				width: 430px;
				height: 40px;
				overflow: hidden;
				border: 0;
				background-color: rgba(33, 33, 33, 0.15);
				font-family: 'Roboto Condensed', sans-serif;
				font-weight: 400;
				font-size: 16px;
				margin-bottom: 30px;
	
				z-index: 1;
			}
	
			@media screen and (min-width : 320px) and (max-width : 479px) {
				#preno select { width: 300px; }
			}
			@media screen and (min-width : 480px) and (max-width : 767px) {
				#preno select { width: 460px; }
			}
			@media screen and (min-width : 768px) and (max-width : 992px) {
				#preno select { width: 348px; }
			}
			
			#prenotaRapido_scheda_btt {
				background: #0b5589;
				border-radius: 4px;
				text-align: center;
				height: 40px;
				line-height: 40px;
				width: 153px;
				font-family: 'Dosis', sans-serif;
				text-transform: uppercase;
				font-size: 16px;
				font-weight: 700;
				color: #ffffff;
				text-decoration: none;
				cursor: pointer;
			}
					
			#prenotaRapido_scheda_btt:hover {
				text-decoration: underline;
			}
		
			#prenotaRapido_scheda_btt .fas {
				margin-right: 5px;
			}