@media screen and (max-width: 700px)
{
	header .container
	{
		flex-direction: column;
	}

	.filme-principal .botoes button
	{
		width: 80%;
		margin-top: 15px;
	}
}

@media screen and (min-width: 1000px)
{
	.descricao
	{
		width: 50%;
	}
}