.cinemas .inner,
.nbcinema .inner {
	position: relative;
	overflow: hidden;
}

.cinemas .ribbon,
.nbcinema .ribbon {
	position: absolute;
	right: -57px;
	top: 12px;
	width: 180px;
	transform: rotate(35deg);
	height: 25px;
	background-image: url('../../../images/estreia.png');
}

.nbcinema .ribbon {
	right: -44px;
  top: 22px;
}

.movie_poster {
	max-height: 350px !important;
	display: block;
	margin: 0 auto;
}

/*@media (max-width: 1480px) and (min-width: 1310px) {
	.movie_poster {
		max-height: 280px !important;
	}
	
}

@media (max-width: 1310px) {
	.movie_poster {
		max-height: 280px !important;
	}
}*/