#fh5co-header {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #fh5co-header {
    min-height: 400px;
  }
  
  #fh5co-header .display-tc {
    height: 400px;
  }
  
  #fh5co-header .display-tc h1 {
    font-size: 36px !important;
  }
}

.fh5co-cover {
  background-size: cover !important;
  position: relative;
}