  @media (max-width: 768px) {
  .headers {
   min-height:55vh
  }
}
  @media (min-width: 768px) {
  .headers {
   min-height:55vh
  }
}