.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: 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, .eventi_img {
		position:absolute;
		top:30px;
		left:0;

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

	.locandina img, .eventi_img img {
		width: 204px;
		height: 295px;
	}
	
	.data, .titolo, .info {
		position: relative;
		top: 0;
		left: 234px;
		width: 626px;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.data, .titolo, .info { left: 0; width: 300px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.data, .titolo, .info { left: 0; width: 460px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.data, .titolo, .info { 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;
	}
	
	.filmOdd .link, .filmEven .link {
		background: #1791c2;
		color: #ffffff;
		padding: 10px 30px;
		border-radius: 4px;
		text-transform: uppercase;
		text-decoration: none;
		font-family: 'Dosis', sans-serif;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 700;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.filmOdd .link, .filmEven .link { padding: 10px 24px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.filmOdd .link, .filmEven .link { }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.filmOdd .link, .filmEven .link { }
	}
	
	.filmOdd .link:before, .filmEven .link:before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f105";
		margin-right: 5px;
	}

	.filmOdd .link:hover, .filmEven .link:hover {
		text-decoration: underline;
	}
	
	.cinema {
		position: absolute;
		top: 30px;
		left: 890px;
		width: 168px;
		padding: 10px 17px 10px 65px;
		border-radius: 4px;
		background: rgba(33,33,33,0.15);
		font-size: 18px;
		font-family: 'Dosis', sans-serif;
		text-transform: uppercase;
		line-height: 30px;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.cinema { position: relative; top: 0; left: 0; width: 218px; margin-top: 30px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.cinema { position: relative; top: 0; left: 0; width: 378px; margin-top: 30px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.cinema { position: relative; top: 0; left: 234px;; width: 378px; margin-top: 30px; }
	}
	
	.cinema:before {
		position: absolute;
		top: 50%;
		left: 17px;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f3c5";
		margin-top: -15px;
		padding-right: 17px;
		border-right: 1px solid rgba(33,33,33,0.3);
	}