#scheda {
	position: relative;
}

	#boxLocandina, #info_film {
		position: relative;
		display: inline-block;
		vertical-align: top;
	}
	
	@media screen and (max-width : 992px) {
		#boxLocandina, #info_film { display: block; }
	}
	
	#boxLocandina {
		margin-right: 60px;
		-webkit-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.30);
		-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.30);
		box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.30);
	}
	
	@media screen and (max-width : 992px) {
		#boxLocandina { margin: 0 auto; }
	}

	#boxLocandina, #boxLocandina img {
		width: 300px;
		height: 435px;
	}
	
	.box_trailer {
		position: absolute;
		top: 50%;
		margin-top: -21px;
		left: 50%;
		margin-left: -30px;
	}
	
		.box_trailer svg {
			display: block;
		}
	
	#info_film {
		width: 840px;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		#info_film { width: 300px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		#info_film { width: 460px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		#info_film { width: 748px; }
	}
	
	#titolo {
		font-size: 30px;
		font-weight: 700;
		text-transform: uppercase;
		line-height: 30px;
		background: -webkit-linear-gradient(45deg, #334397, #ba352e, #ffba00);
  		-webkit-background-clip: text;
  		-webkit-text-fill-color: transparent;
	}
	
	@media screen and (max-width : 992px) {
		#titolo { margin-top: 30px; }
	}
	
	#titolo_orig {
		margin-top: 10px;
	}
	
	#dati, #trama {
		margin-top: 30px;
	}
	
	#preno {
		position: relative;
		margin-top: 40px;
		padding-top: 40px;
		border-top: 2px dotted rgba(33,33,33,0.3);
	}
	
		#preno .title {
			font-weight: 700;
			font-size: 30px;
			line-height: 30px;
			text-transform: uppercase;
			margin-bottom: 40px;
		}
		
			#preno select {
				width: 430px;
				height: 40px;
				overflow: hidden;
				border: 0;
				background-color: var(--second_color);
				font-family: 'Montserrat', sans-serif;
				font-weight: 400;
				font-size: 16px;
				margin-bottom: 30px;
				padding-left: 10px;
				border-radius: 20px;
	
				z-index: 1;
			}
	
			@media screen and (min-width : 320px) and (max-width : 479px) {
				#preno select { width: 300px; }
			}
			
			#prenotaRapido_scheda_btt {
				width: 150px;
				background: var(--third_color);
				border-radius: 20px;
				text-align: center;
				height: 40px;
				line-height: 40px;
				cursor: pointer;
				transition: box-shadow 0.3s linear;
				-webkit-transition: box-shadow 0.3s linear;
				-moz-transition: box-shadow 0.3s linear;
				text-transform: uppercase;
				font-weight: 500;
				font-size: 14px;
				color: var(--second_color);
			}
					
			#prenotaRapido_scheda_btt:hover {
				-webkit-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.50);
				-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.50);
				box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.50);
			}