.mini-header {
  display: table;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: #fff;
  background: url(sub-serv.jpg) no-repeat bottom center scroll;
  background-color: #99999999;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.mini-header .titulo {
	font-size: 10vmin;
}

.mini-header .sub-titulo {
}

