.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 { }
}

.filmOdd, .filmEven {
	position: relative;
	width: 1140px;
	height: auto !important;
	height: 200px;
	min-height: 200px;
	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; }
}

	.eventi_img {
		position:absolute;
		display: block;
		top:30px;
		left:0;

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

	.locandina img, .eventi_img img {
		width: 300px;
		height: 200px;
	}
	
	.title_promo, .info_promo {
		position: relative;
		top: 0;
		left: 330px;
		width: 810px;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.title_promo, .info_promo { left: 0; width: 300px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.title_promo, .info_promo { left: 0; width: 460px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.title_promo, .info_promo { width: 378px; }
	}
	
	.title_promo {
		font-family: 'Dosis', sans-serif;
		font-weight: 700;
		font-size: 23px;
		text-transform: uppercase;
		margin-bottom: 30px;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.title_promo { margin: 30px 0; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.title_promo { margin: 30px 0; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.title_promo { }
	}