#reel {
	height: 538px;
}

#banner_reel {
	width: 100%;
	height: 478px;
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	#banner_reel { object-fit: cover; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#banner_reel { object-fit: cover; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#banner_reel { object-fit: cover; }
}

.reel_caption {
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	text-shadow: 0 1px 2px rgba(0,0,0,0.8);
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.reel_caption { box-sizing: border-box; padding: 0 20px; top: 180px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.reel_caption { box-sizing: border-box; padding: 0 20px; top: 180px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.reel_caption { box-sizing: border-box; padding: 0 20px; top: 160px; }
}

.reel_title {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 40px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.reel_title { font-size: 23px; line-height: 23px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.reel_title { font-size: 30px; line-height: 32px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.reel_title { }
}

.reel_slogan {
	font-size: 23px;
	line-height: 23px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.reel_slogan { font-size: 18px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.reel_slogan { line-height: 26px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.reel_slogan { }
}

.filmOdd, .filmEven {
	position: relative;
	width: 1140px;
	height: auto !important;
	height: 295px;
	min-height: 295px;
	padding: 30px 0;
	border-top: 1px solid rgba(33,33,33,0.3);
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.filmOdd, .filmEven { width: 300px; height: auto; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.filmOdd, .filmEven { width: 460px; height: auto; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.filmOdd, .filmEven { width: 708px; }
}

	.locandina {
		position:absolute;
		top:30px;
		left:0;

		width: 204px;
		height: 295px;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.locandina { position: relative; top: 0; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.locandina { position: relative; top: 0; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.locandina { }
	}

	.locandina img {
		width: 204px;
		height: 295px;
	}
	
	.data, .titolo, .regia, .cast, .genere, .nazione, .durata, .trama {
		position: relative;
		top: 0;
		left: 234px;
		width: 676px;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.data, .titolo, .regia, .cast, .genere, .nazione, .durata, .trama { position: relative; left: 0; width: 300px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.data, .titolo, .regia, .cast, .genere, .nazione, .durata, .trama { position: relative; left: 0; width: 460px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.data, .titolo, .regia, .cast, .genere, .nazione, .durata, .trama { width: 474px; }
	}
	
	.data, .titolo {
		text-transform: uppercase;
		font-family: 'Dosis', sans-serif;
		font-size: 23px;
		margin-bottom: 30px;
	}

	.data {
		font-weight: 500;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.data { margin-top: 30px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.data { margin-top: 30px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.data { }
	}

	.titolo {
		font-weight: 700;
	}
	
	.trama {
		margin-top: 30px;
	}
	
	.boxTrailer {
		position: absolute;
		top: 30px;
		left: 940px;
		width: 200px;
		background: #1791c2;
		border-radius: 4px;
		text-align: center;
		height: 40px;
		line-height: 40px;
		cursor: pointer;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.boxTrailer { position: relative; top: 0; left: 0; margin-top: 30px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.boxTrailer { position: relative; top: 0; left: 0; margin-top: 30px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.boxTrailer { position: relative; top: 0; left: 234px; margin-top: 30px; }
	}
	
	.boxTrailer a {
		font-family: 'Dosis', sans-serif;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 700;
		color: #ffffff;
		text-decoration: none;
	}
					
	.boxTrailer a:hover {
		text-decoration: underline;
	}
	
	.boxTrailer .fas {
		margin-right: 5px;
	}