.inprogrammazione {
	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) {
	.inprogrammazione { width: 300px; height: auto; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.inprogrammazione { width: 460px; height: auto; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.inprogrammazione { width: 708px; }
}

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

		width: 204px;
		height: 295px;

		cursor:pointer;
		transition: -webkit-filter 0.5s ease-in;
	}

	.locandina img {
		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 { }
	}
	
	.titolo, .regia, .cast, .genere, .durata {
		position: relative;
		top: 0;
		left: 234px;
		width: 676px;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.titolo, .regia, .cast, .genere, .durata { left: 0; width: 300px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.titolo, .regia, .cast, .genere, .durata { left: 0; width: 460px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.titolo, .regia, .cast, .genere, .durata { width: 474px; }
	}

	.titolo {
		text-transform: uppercase;
		font-family: 'Dosis', sans-serif;
		font-weight: 500;
		cursor: pointer;
		font-size: 23px;
		font-weight: 700;
		margin-bottom: 30px;
		color: #212121;
		transition: color 0.3s linear;
		-webkit-transition: color 0.3s linear;
		-moz-transition: color 0.3s linear;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.titolo { margin-top: 30px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.titolo { margin-top: 30px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.titolo { }
	}
	
	.titolo:hover {
		color: #1791c2;
	}
	
	.btt_acquista {
		display: none;
		position: absolute;
		top: 30px;
		left: 0;
		z-index: 300;
		font-family: 'Dosis', sans-serif;
		cursor: pointer;
		font-weight: 500;
		color: #ffffff;
		text-transform: uppercase;
		width: 204px;
		height: 45px;
		text-align: center;
		padding: 125px 0;
		transition: background 0.3s linear;
		-webkit-transition: background 0.3s linear;
		-moz-transition: background 0.3s linear;
	}
	
	.btt_acquista:hover {
		background: rgba(0,0,0,0.8);
		-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);
	}
	
	.btt_acquista .fas {
		width: 45px;
		height: 45px;
		border: 3px solid #ffffff;
		border-radius: 50%;
		text-align: center;
		line-height: 45px;
		margin-right: 10px;
	}
	
	.locandina:hover + .btt_acquista, .btt_acquista:hover {
		display: block;
	}
	
	.btt_scheda {
		position: absolute;
		top: 30px;
		left: 940px;
		width: 200px;
		background: #1791c2;
		border-radius: 4px;
		text-align: center;
		height: 40px;
		line-height: 40px;
		font-family: 'Dosis', sans-serif;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 700;
		color: #ffffff;
		text-decoration: none;
		cursor: pointer;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.btt_scheda { position: relative; top: 0; left: 0; margin-top: 30px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.btt_scheda { position: relative; top: 0; left: 0; margin-top: 30px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.btt_scheda { position: relative; top: 0; left: 234px; margin-top: 30px; }
	}
					
	.btt_scheda:hover {
		text-decoration: underline;
	}
	
	.btt_scheda .fas {
		margin-right: 5px;
	}