/* Single Segmento — banner imagem full-width. Controle: h393 desktop, ~182 mobile. */
.raz-seg-banner {
	display: block;
	width: 100%;
	height: 200px;                  /* mobile */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media (min-width: 740px) {
	.raz-seg-banner { height: 393px; }
}
