#content_body {
	width: 960px;
	padding: 20px 0 20px 20px;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	#content_body { width: 310px; padding: 20px 0 20px 10px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#content_body { width: 470px; padding: 20px 0 20px 10px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#content_body { width: 748px; }
}

.inprogrammazione_container {
	position:relative;
	width:100%;
	height:auto;
	
	text-align:center;
}


	.inprogrammazione {
		float:left;
		position:relative;
		width: 172px;
		height: auto;
		
		margin: 0 20px 20px 0;
	}

	@media screen and (min-width : 320px) and (max-width : 479px) {
		.inprogrammazione { width: 145px; margin: 0 10px 20px 0; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.inprogrammazione { width: 148px; margin: 0 8px 20px 0; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.inprogrammazione { width: 167px; }
	}
	
	

.locandina {
	position:relative;
	top:0px;
	left:0px;
	opacity: 1;
	display: block;
	transition: .5s ease;
	backface-visibility: hidden;
	
	width: 172px;
	height: 250px;
	
	cursor:pointer;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.locandina { width: 145px; height: 210px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.locandina { width: 148px; height: 214px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.locandina { width: 167px; height: 242px; }
}

.locandina:hover {
	-webkit-filter: brightness(50%);
	filter: brightness(50%);
}

.titolo {
	position:relative;
	top:0px;
	left: 0px;
	width: 172px;
	height: auto;
	font-size: 12px;
	font-weight: 500;
	
	padding-top: 10px;
	white-space: nowrap; 
  	overflow: hidden;
  	text-overflow: ellipsis;
}

@media screen and (min-width : 320px) and (max-width : 479px) {
	.titolo { width: 145px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.titolo { width: 148px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.titolo { width: 167px; }
}

.data, .regia, .cast, .nazione, .genere, .durata { display: none; }

.btt_scheda {
	display: none;
}