/* Contato — banner imagem full-width. Controle: h533 desktop. */
.raz-cont-banner {
	display: block;
	width: 100%;
	height: 230px;                  /* mobile */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media (min-width: 740px) {
	.raz-cont-banner { height: 533px; }
}
