.main_body {
	padding: 0 30px 30px 30px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.main_body { padding: 0 10px 30px 10px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.main_body { padding: 0 10px 30px 10px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.main_body { }
}

.pg_title {
	margin-bottom: 0;
}

.seq_title {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	color:#0b5589;
	margin-bottom: 10px;
}

.seq_text {
	margin-bottom: 30px;
}

.img_rassegna {
	width: 200px;
	margin-top: 60px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.img_rassegna { margin-top: 30px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.img_rassegna { margin-top: 30px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.img_rassegna { }
}

.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 { left: 0; width: 300px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.data, .titolo, .regia, .cast, .genere, .nazione, .durata, .trama { 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;
	}