.section-filme {
	clear: both;
}

.filme {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    font-family: 'flamabook';
    background-color: #fff;
    padding: 8rem 4rem;
    box-shadow: 0 3px 0 #e8e8e8;
    margin-bottom: 4rem;
}

.poster {
	float: left;
    max-width: 50%;
}

.informacao {
	float: left;
    max-width: 50%;
    padding-left: 4rem;
}

.nome-filme {
	font-size: 4rem;
	font-family: 'flamabold';
	text-transform: uppercase;
    color: #222;
    opacity: .7;
}

.nome-filme span {
	font-family: 'flamabook';
	font-size: 2rem;
	display: block;
	opacity: 0.6;
	padding-top: 0.5rem;
	text-transform: none;
}

.nome-filme span::before {
	content: "(";
}

.nome-filme span::after {
	content: ")";
}

.diretor {
	padding-top: 3rem;
    font-size: 2.2rem;
}

.diretor::before {
	content: "diretor: ";
	text-transform: uppercase;
	font-family: 'flamabold';
    color: #222;
    opacity: .7;
}

.sinopse {
	padding-top: 3rem;
    font-size: 2.2rem;
    line-height: 1.6;
}

.participantes {
	padding: 3rem 0 0 0;
    font-size: 1.6rem;
}

#filmes a:hover {
	opacity: 0.6;
}

@media all and (max-width: 700px) {
	.poster {
		float: none;
	    max-width: 100%;
	}	

	.poster img {
    	width: 100%;
    	vertical-align: bottom;
	}

	.informacao {
		float: none;
	    max-width: 100%;
	    padding-top: 3rem;
	    padding-left: 0rem;
	}
	.filme {
    	padding: 8rem 2rem;
	}
}