/* Sobre — banner imagem full-width. Controle: h452 desktop. */
.raz-sobre-banner {
	display: block;
	width: 100%;
	height: 220px;                  /* mobile */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media (min-width: 740px) {
	.raz-sobre-banner { height: 452px; }
}
