.big_banner_custom {
  min-height: 60vh;
}

@media (max-width: 789px){
  .big_banner_custom {
    min-height: inherit;
  }
}