#title h2 {
  width: 67%;
}

.featherlight { 
  background: rgba(0,0,0,0.9); !important
}

@media only screen and (max-width: 768px) {
    #title h2 {
      width: 100%;
  }
}

@media only screen and (min-width: 75em) {
    #title h2 {
      width: 50%;
  }
}