/* ******************************************************** */
/* titolo con immagine                                      */
/* ******************************************************** */

.main-title-div {
  margin: 1rem auto;

  /* background-color: orangered; */
  height: 10rem;
  position: relative;

  background-image: linear-gradient(
      rgba(34, 34, 34, 0.6),
      rgba(34, 34, 34, 0.6)
    ),
    url(../../img/common/pcb-880x350.jpg);
  background-size: cover;
  color: #fff;
}

/* TITOLO VERO E PROPRIO - cioè il testo */
.main-title-inner {
  position: absolute;
  /* In relation to PARENT size */
  left: 5%;
  bottom: 10%;
  font-size: 5.2rem;
  letter-spacing: -1px;
}
