#reel {
	height: 538px;
}

#banner_reel {
	width: 100%;
	height: 478px;
	filter: brightness(60%);
	-webkit-filter: brightness(60%);
}
	
@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: 166px;
	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: 150px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.reel_caption { box-sizing: border-box; padding: 0 20px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.reel_caption { box-sizing: border-box; padding: 0 20px; }
}

.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;
	margin-bottom: 30px;
	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 { }
}

#btt_contatti {
	text-shadow: none;
	width: 180px;
	margin: 0 auto;
}

#btt_contatti .fas {
	margin-right: 5px;
}

.business_row {
	position: relative;
	margin-top: 30px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
}

	.business_item {
		display: inline-block;
		width: 285px;
		height: 200px;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.business_item { display: block; width: 300px; height: 211px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.business_item { display: block; width: 300px; height: 211px; margin: 0 auto; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.business_item { width: 354px; height: 248px; }
	}
	
	#business_pubblicita {
		background: url(../images/business_pubblicita.jpg) top left no-repeat;
		background-size: 285px 200px;
	}
	
	#business_eventi {
		background: url(../images/business_eventi.jpg) top left no-repeat;
		background-size: 285px 200px;
	}
	
	#business_voucher {
		background: url(../images/business_voucher.jpg) top left no-repeat;
		background-size: 285px 200px;
	}
	
	#business_proiezioni {
		background: url(../images/business_proiezioni.jpg) top left no-repeat;
		background-size: 285px 200px;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		#business_pubblicita { background-size: 300px 211px; }
		#business_eventi { background-size: 300px 211px; }
		#business_voucher { background-size: 300px 211px; }
		#business_proiezioni { background-size: 300px 211px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		#business_pubblicita { background-size: 300px 211px; }
		#business_eventi { background-size: 300px 211px; }
		#business_voucher { background-size: 300px 211px; }
		#business_proiezioni { background-size: 300px 211px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		#business_pubblicita { background-size: 354px 248px; }
		#business_eventi { background-size: 354px 248px; }
		#business_voucher { background-size: 354px 248px; }
		#business_proiezioni { background-size: 354px 248px; }
	}

	.btt_business {
		width: 180px;
		margin: 20px auto 0 auto;
	}

	.btt_business .fas {
		margin-right: 5px;
	}
	
	.business_text {
		text-shadow: 0 1px 2px rgba(0,0,0,0.8);
		font-size: 23px;
		margin: 0 auto;
		text-align: center;
		padding-top: 60px;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.business_text { padding-top: 65px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.business_text { padding-top: 65px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.business_text { padding-top: 83px; }
	}