
#meio {
	height: 780px;
}

@media screen and (max-width: 374px){
	#meio {
		height: 760px;
	}
	.setas_modelos {
		display: none;
	}
}