.pg_title {
	margin-bottom: 0;
}

.title_rassegna {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 30px;
	margin: 60px 0 20px 0;
}

.title_rassegna::after {
	background-color: var(--third_color);
	content: "";
	display: block;
	height: 4px;
	margin-top: 15px;
	width: 50px;
}

.text_rassegna {
	margin-bottom: 30px;
}

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

	.locandina, .dati_film {
		position: relative;
		display: inline-block;
		vertical-align: top;
	}
	
	@media screen and (max-width : 767px) {
		.locandina, .dati_film { display: block; }
	}

	.locandina {
		margin-right: 56px;
	}
	
	@media screen and (max-width : 767px) {
		.locandina { margin-right: 0; margin-bottom: 30px; }
	}

	.locandina, .locandina img {
		width: 204px;
		height: 295px;
	}
	
		.boxTrailer {
			position: absolute;
			top: 50%;
			margin-top: -21px;
			left: 50%;
			margin-left: -30px;
		}
	
			.boxTrailer img {
				width: 60px;
				height: 42px;
			}
	
	.dati_film {
		width: 936px;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.dati_film { width: 300px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.dati_film { width: 460px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.dati_film { width: 484px; }
	}
	
		.data, .titolo {
			text-transform:uppercase;
			font-size: 23px;
			line-height: 23px;
		}
	
		.data {
			font-weight:500;
			color: #8795a2;
		}
	
		.titolo {
			font-weight:700;
			margin: 10px 0 20px 0;
		}
	
		.btt_acquista {
			position:relative;
			background: var(--third_color);
			border-radius: 20px;
			text-align: center;
			width: 240px;
			height: 40px;
			line-height: 40px;
			text-transform: uppercase;
			cursor: pointer;
			transition: box-shadow 0.3s linear;
			-webkit-transition: box-shadow 0.3s linear;
			-moz-transition: box-shadow 0.3s linear;
			margin-top: 20px;
		}

		.btt_acquista a {
			color: var(--second_color);
			text-transform: uppercase;
			font-weight: 500;
			text-decoration: none;
			font-size: 14px;
		}
				
		.btt_acquista: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);
		}
			
		.trama {
			overflow: hidden;
			text-overflow: ellipsis;
			-webkit-line-clamp: 2;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			margin-top: 20px;
		}